cinder/cinder/api
Xu Ao dced19aec3 Replace functions 'Dict.get' and 'del' with 'Dict.pop'
Refactoring code: Making volume dict to use single instruction: pop()
rather than two instructions: get() and del, giving the codes a format
that carries through.

Change-Id: Ic889dac330eac24d15bd73186fc504402cddd861
Closes-Bug:#1571548
2016-07-29 13:08:33 +08:00
..
contrib Replace functions 'Dict.get' and 'del' with 'Dict.pop' 2016-07-29 13:08:33 +08:00
middleware Use oslo_middleware sizelimit 2016-06-09 07:29:51 -04:00
openstack Map volume/snapshot manage extensions to v3 2016-07-26 15:50:27 +03:00
v1 Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
v2 Replace functions 'Dict.get' and 'del' with 'Dict.pop' 2016-07-29 13:08:33 +08:00
v3 Replace functions 'Dict.get' and 'del' with 'Dict.pop' 2016-07-29 13:08:33 +08:00
views Merge "Move QualityOfServiceSpecs to use VersionedObject" 2016-07-14 22:14:17 +00:00
__init__.py cinder-api-microversions code 2016-02-24 06:50:54 -07:00
common.py Extend remove_version_from_href support 2016-05-11 15:20:36 +00:00
extensions.py Remove XML API 2016-04-21 16:05:29 +00:00
urlmap.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
versions.py Improve api_version decorator to avoid noqa 2016-07-22 10:27:26 +02:00