cinder/cinder/api/views
Xinli Guan 8bd424bf0d To fix miscellaneous bugs in OVOs
1) In cinder/objects/qos_specs.py
the OPTIONAL_FIELDS is part of the class definition,
_from_db_object should no longer be a staticmethod,
 but should be a classmethod
2) Same issue fixed in cinder/objects/snapshot.py
3) cinder/api/views/qos_specs.py
The comma missing in dictionary definition
https://review.openstack.org/#/c/251989/27/cinder/api/views/qos_specs.py@44

Change-Id: I94977ffdd1dce5a44f19c1d35422cb37b54f8d25
2016-10-31 22:50:41 +00:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-26 22:45:17 -06:00
availability_zones.py Fix and enable gating on H402 2013-12-14 12:34:24 +01:00
backups.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
capabilities.py Replication v2.1 (Cheesecake) 2016-02-26 13:15:19 -07:00
cgsnapshots.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
consistencygroups.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
limits.py Replace dict.iteritems() with dict.items() 2015-06-12 15:18:57 +02:00
manageable_snapshots.py Remove unused LOG 2016-07-05 10:36:28 +08:00
manageable_volumes.py Remove unused LOG 2016-07-05 10:36:28 +08:00
qos_specs.py To fix miscellaneous bugs in OVOs 2016-10-31 22:50:41 +00:00
scheduler_stats.py Docstring fix in scheduler-stats 2015-11-06 19:12:13 +09:00
snapshots.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
transfers.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
types.py Add the ability to update type public status 2015-08-18 09:36:25 +08:00
versions.py cinder-api-microversions code 2016-02-24 06:50:54 -07:00