]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
CGSnapshot Object
authorroot <daniel.tadrzak@intel.com>
Wed, 24 Jun 2015 10:32:29 +0000 (12:32 +0200)
committerSzymon Wroblewski <szymon.wroblewski@intel.com>
Mon, 19 Oct 2015 12:37:39 +0000 (14:37 +0200)
commit01ed01db34efcb19e16ad2322abfa9eac70b7704
treeb1acbae8836a803c61ce537a36e1564711ab9227
parentd6d9b4833ff2d8ec1657f1696b23be440548bbf3
CGSnapshot Object

This patch adds VersionedObjects abstraction layer to CGSnapshots.

Co-Authored-By: Szymon Wroblewski <szymon.wroblewski@intel.com>
Co-Authored-By: Michal Dulko <michal.dulko@intel.com>
Partial-Implements: blueprint cinder-objects
Change-Id: Ie4cdd1ffae15a93bff756ad278ca680f9f420748
13 files changed:
cinder/api/contrib/cgsnapshots.py
cinder/api/views/cgsnapshots.py
cinder/consistencygroup/api.py
cinder/objects/__init__.py
cinder/objects/cgsnapshot.py [new file with mode: 0644]
cinder/tests/unit/objects/test_cgsnapshot.py [new file with mode: 0644]
cinder/tests/unit/test_volume.py
cinder/tests/unit/test_volume_rpcapi.py
cinder/tests/unit/utils.py
cinder/volume/manager.py
cinder/volume/rpcapi.py
cinder/volume/utils.py
tools/lintstack.py