]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Cleanup for SnapshotObject
authorDaniel Tadrzak <daniel.tadrzak@intel.com>
Thu, 2 Jul 2015 13:44:39 +0000 (15:44 +0200)
committerDaniel Tadrzak <daniel.tadrzak@intel.com>
Mon, 31 Aug 2015 14:53:30 +0000 (16:53 +0200)
commit200a65fa26415b9aa9f3ea7afc7fa2b8f2aee4b5
tree26c3dcbcaf8d3ba79a12e14a48d51cecca471ec8
parentea67b21c72283be9a23de3dd9d0143e608cb9850
Cleanup for SnapshotObject

Mostly switched from dictionary notation (obj['prop']) to object
notation (obj.prop).
This patch doesn't contain changes for drivers. Drivers need to be
fixed in other patch.

Partial-Implements: blueprint cinder-objects
Change-Id: I98dd519e6dc84315df6caa768ce3f5fc4274431c
14 files changed:
cinder/consistencygroup/api.py
cinder/objects/snapshot.py
cinder/tests/unit/api/contrib/test_admin_actions.py
cinder/tests/unit/api/contrib/test_consistencygroups.py
cinder/tests/unit/test_quota.py
cinder/tests/unit/test_volume.py
cinder/tests/unit/test_volume_glance_metadata.py
cinder/tests/unit/test_volume_rpcapi.py
cinder/tests/unit/test_volume_utils.py
cinder/tests/unit/utils.py
cinder/volume/api.py
cinder/volume/flows/api/create_volume.py
cinder/volume/manager.py
cinder/volume/utils.py