]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use version convert methods from oslo.utils
authorChangBo Guo(gcb) <eric.guo@easystack.cn>
Wed, 19 Aug 2015 08:52:33 +0000 (16:52 +0800)
committerChangBo Guo(gcb) <eric.guo@easystack.cn>
Thu, 27 Aug 2015 02:16:13 +0000 (10:16 +0800)
commit6831f27976ffbc1d9ec77c9b68b04559406f14b6
treedd2f392d8bb762516f82707c3dd6dd212f0ff88d
parent43e9cd4e09cd8861a2873ee430fe32afee79d529
Use version convert methods from oslo.utils

oslo.utils provides version convert methods in versionutils[1], so it is
redundant to have them in Cinder.

[1]https://github.com/openstack/oslo.utils/blob/master/oslo_utils/versionutils.py

Closes-Bug: #1487273

Change-Id: Ic8ba775bc067759319829a1bcbde2660ddeb921e
cinder/objects/backup.py
cinder/objects/snapshot.py
cinder/objects/volume.py
cinder/tests/unit/test_utils.py
cinder/utils.py