cinder/cinder/api
Deepti Ramakrishna 926c6f9fb5 CG API should return volume type IDs
The create method of consistency group API requires a list of
volume type ids; volumes belonging to only these types can be added
to the consistency group. The get method of the consistency group API
does not, however, return the volume type id information.

Horizon needs this value for its "Add volumes to consistency group"
panel so that it can filter the "available volumes" list to only
show volumes that match the volume type associated with the consistency
group.

This was fixed by propagating the volume type id information in
the api layer (this information is stored in the db, it just wasn't
being propagated).

APIImpact
The get method of the consistency group API now returns the volume
type ids information.

DocImpact
The screenshots in the admin guide (see
http://docs.openstack.org/admin-guide-cloud/blockstorage-consistency-groups.html)
should be updated to show this new field.

Change-Id: Icc3206c67227af38a7bf89ea0145942f750b506b
Closes-Bug: #1489957
2015-11-23 23:09:02 -08:00
..
contrib Merge "Update get/delete_volume API to use versionedobjects" 2015-11-13 04:52:19 +00:00
middleware Add Cinder API wsgi application 2015-08-25 13:48:03 +03:00
openstack Mark XML API as deprecated in Mitaka. 2015-10-14 18:57:36 +00:00
schemas Add XML deserializer for qos_manage delete_keys API 2014-05-25 11:37:30 +08:00
v1 Update get/delete_volume API to use versionedobjects 2015-11-12 04:54:16 -08:00
v2 Update get/delete_volume API to use versionedobjects 2015-11-12 04:54:16 -08:00
views CG API should return volume type IDs 2015-11-23 23:09:02 -08:00
__init__.py Logging not using oslo.i18n guidelines 2015-03-19 12:28:12 -05:00
common.py Don't use default=None for config options 2015-11-07 23:20:39 +00:00
extensions.py Replace dict.iteritems() with dict.items() 2015-06-12 15:18:57 +02:00
urlmap.py Fix multi-line docstrings to meet hacking rules 2015-07-30 11:34:16 -05:00
versions.py Fix wrong response with version details 2015-05-27 08:13:34 +08:00
xmlutil.py Port API to Python 3 2015-10-14 22:17:26 +02:00