]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Switch to oslo_versionedobjects
authorThang Pham <thang.g.pham@gmail.com>
Sun, 1 Mar 2015 22:46:02 +0000 (17:46 -0500)
committerThang Pham <thang.g.pham@gmail.com>
Wed, 13 May 2015 15:36:53 +0000 (08:36 -0700)
commit4f63f7ff48c365e6cd1fe64630c92dafec41f0ce
treee953c0ddc95b487bf7420cc6a94f9fc61eb68643
parent88f4c0f05894159ebdad5fca954bb6252120750c
Switch to oslo_versionedobjects

oslo_versionedobjects was not made available until very
late in the Kilo cycle (i.e. near the end of kilo-3).
In order to make progress on cinder objects, a fork of
nova objects was made, so that proper trial and testing
could be done. The following patch makes the switch to
use oslo_versionedobjects.

Implements: blueprint cinder-objects
Change-Id: I883f387c8247e8d79da82016a624cef2180cde88
14 files changed:
cinder/exception.py
cinder/objects/base.py
cinder/objects/fields.py [deleted file]
cinder/objects/snapshot.py
cinder/objects/volume.py
cinder/tests/unit/fake_snapshot.py
cinder/tests/unit/fake_volume.py
cinder/tests/unit/objects/test_fields.py [deleted file]
cinder/tests/unit/objects/test_objects.py [deleted file]
cinder/tests/unit/objects/test_snapshot.py
cinder/tests/unit/objects/test_volume.py
cinder/volume/api.py
cinder/volume/manager.py
requirements.txt