cinder/cinder/api/v2
lisali 1794131293 Use ovo instead of dict
Currently when Cinder calls volume.api.create(), it transfers
dict of volume type to the interface.

This patch is to get volume type object, and transfer it to
volume.api.create() interface. So that it uses object fields
instead of dict.

Change-Id: I981b5060abaff280aa34a9570c65300f467045d6
2017-02-13 06:23:52 +00:00
..
views CG API changes for migrating CGs 2016-11-22 19:08:20 -05:00
__init__.py adding copy of v1 as v2 2012-11-21 21:26:40 -08:00
limits.py Remove XML API 2016-04-21 16:05:29 +00:00
router.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
snapshot_metadata.py Handle API NotFound exceptions at WSGI level 2016-07-22 21:06:13 +02:00
snapshots.py Remove context object in oslo.log method 2016-08-05 11:31:13 +05:30
types.py Handle API NotFound exceptions at WSGI level 2016-07-22 21:06:13 +02:00
volume_metadata.py Separate create and update rules for volume metadata 2016-08-26 13:30:36 +03:00
volumes.py Use ovo instead of dict 2017-02-13 06:23:52 +00:00