zhufl bb703a9f4d api-ref: add missing response body for groups
1. https://developer.openstack.org/api-ref/block-storage/v3/#create-group
   "Create group" should have response body, like
    {
	"group": {
		"id": "2c311e17-9daa-4229-926a-cb9e233f06b0",
		"name": "tempest-GroupsTest-Group-938181552"
	}
    }

2. https://developer.openstack.org/api-ref/block-storage/v3/#create-group-from-source
   "Create group from source" should have response body, like
    {
        "group": {
                "id": "2c311e17-9daa-4229-926a-cb9e233f06b0",
                "name": "tempest-GroupsTest-Group-938181552"
        }
    }

3. https://developer.openstack.org/api-ref/block-storage/v3/#show-group-details
   group_type in "Show group details" or "List groups with details"
   or "Create group" should be an uuid string, not object.

4. group_snapshot_id and source_group_id should be optional in the
   response of "Show group details".

Change-Id: Iea0c8f0f6fec1b8460c4ea53ed6468adbc31abf2
2018-09-29 17:24:11 +08:00
2018-09-21 13:58:22 +00:00
2017-10-13 08:37:57 +00:00
2018-09-06 10:00:07 -04:00
2018-07-10 14:20:53 +08:00
2012-05-03 10:48:26 -07:00
2018-09-25 15:12:50 -04:00
2017-10-10 00:46:42 +00:00
2018-09-11 20:57:48 +02:00
2012-05-03 10:48:26 -07:00
2017-04-08 15:03:44 +08:00
2018-07-16 08:36:07 -04:00
2012-05-03 10:48:26 -07:00
2017-03-02 23:53:29 +00:00
2018-09-06 10:00:07 -04:00

Team and repository tags

image

CINDER

You have come across a storage service for an open cloud computing service. It has identified itself as Cinder. It was abstracted from the Nova project.

Getting Started

If you'd like to run from the master branch, you can clone the git repo:

git clone https://git.openstack.org/openstack/cinder.git

For developer information please see HACKING.rst

You can raise bugs here https://bugs.launchpad.net/cinder

Python client

https://git.openstack.org/cgit/openstack/python-cinderclient

Description
OpenStack Block Storage (Cinder)
Readme 913 MiB
Languages
Python 99.7%
Smarty 0.3%