]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove an useless and wrong call
authorXinXiaohui <xiaohui.xin@intel.com>
Tue, 1 Mar 2016 02:20:41 +0000 (10:20 +0800)
committerXinXiaohui <xiaohui.xin@intel.com>
Tue, 1 Mar 2016 02:34:18 +0000 (10:34 +0800)
commit9872f1e6901a1699e9bdc5608eff112f91ea93d1
tree50551a800db0a77d1df539b32127a17705931b52
parent33cd335ee386bd8d07b700c9433b4f400a1aa0f7
Remove an useless and wrong call

In cinder/objects/service.py, the method
obj_make_compatible() of Class Service is
useless and it called convert_version_to_tuple()
incorrectly from utils from Cinder instead of
from versionutils from oslo_utils, just remove it.

Change-Id: I383ba2c793add02b83591cc44e4e4584d09c7ed5
cinder/objects/service.py