cinder/cinder/api/v3
xing-yang 8c74c74695 Add generic volume groups
This is the second patch that implements the generic-volume-group
bluerpint. It adds the groups table and introduces create/delete/
update/list/show APIs for groups.

It depends on the first patch which adds group types and group specs:
    https://review.openstack.org/#/c/320165/

Client side patch is here:
    https://review.openstack.org/#/c/322627/

Current microversion is 3.13. The following CLI's are supported:
cinder --os-volume-api-version 3.13 group-create --name my_group
    <group type uuid> <volume type uuid>
cinder --os-volume-api-version 3.13 group-list
cinder --os-volume-api-version 3.13 create --group-id <group uuid>
    --volume-type <volume type uuid> <size>
cinder --os-volume-api-version 3.13 group-update <group uuid>
    --name new_name  description new_description
    --add-volumes <uuid of volume to add>
    --remove-volumes <uuid of volume to remove>
cinder --os-volume-api-version 3.13 group-show <group uuid>
cinder --os-volume-api-version 3.13 group-delete
    --delete-volumes <group uuid>

APIImpact
DocImpact
Change-Id: I35157439071786872bc9976741c4ef75698f7cb7
Partial-Implements: blueprint generic-volume-group
2016-07-16 19:34:39 -04:00
..
views Add generic volume groups 2016-07-16 19:34:39 -04:00
__init__.py cinder-api-microversions code 2016-02-24 06:50:54 -07:00
backups.py Add backup update function (microversion) 2016-07-28 09:57:25 +00:00
clusters.py Modify API to include cluster related operations 2016-07-22 21:00:12 +02:00
consistencygroups.py Allow setting CG name or description to empty value 2016-06-17 12:24:52 +08:00
group_specs.py Group specs: Fix exception name 2016-08-22 15:42:04 -04:00
group_types.py Add group type and group specs 2016-07-08 14:26:39 -04:00
groups.py Add generic volume groups 2016-07-16 19:34:39 -04:00
messages.py Handle API NotFound exceptions at WSGI level 2016-07-22 21:06:13 +02:00
router.py Add generic volume groups 2016-07-16 19:34:39 -04:00
snapshot_manage.py Map volume/snapshot manage extensions to v3 2016-07-26 15:50:27 +03:00
volume_manage.py Map volume/snapshot manage extensions to v3 2016-07-26 15:50:27 +03:00
volumes.py Add generic volume groups 2016-07-16 19:34:39 -04:00