]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use oslo-incubator module units
authorEric Guo <eric.guo@easystack.cn>
Mon, 30 Dec 2013 11:36:49 +0000 (19:36 +0800)
committerChangBo Guo(gcb) <eric.guo@easystack.cn>
Sat, 21 Jun 2014 16:09:40 +0000 (00:09 +0800)
commit7f13e7e0fd4e84372cffa891c5470f2bb094b760
tree7644a786efc0574b0a70859ead19a0e41f710951
parent581d8ada14d2541be6784a730bb3a70ea8d52b9c
Use oslo-incubator module units

There is Cinder's version units module, that looks good. Considering
consistency with other projects like Nova, Glance, Cinder would be
better to use oslo-incubator's version.

Change-Id: I07e93e9d8a985df0f96c3e80de9c3f23bf6a0c1e
50 files changed:
cinder/backup/drivers/ceph.py
cinder/backup/drivers/swift.py
cinder/image/image_utils.py
cinder/openstack/common/units.py [moved from cinder/units.py with 63% similarity]
cinder/tests/test_coraid.py
cinder/tests/test_glusterfs.py
cinder/tests/test_gpfs.py
cinder/tests/test_hp3par.py
cinder/tests/test_hplefthand.py
cinder/tests/test_image_utils.py
cinder/tests/test_nexenta.py
cinder/tests/test_nfs.py
cinder/tests/test_rbd.py
cinder/tests/test_scality.py
cinder/tests/test_sheepdog.py
cinder/tests/test_solidfire.py
cinder/tests/test_storwize_svc.py
cinder/tests/test_vmware_vmdk.py
cinder/tests/test_vmware_volumeops.py
cinder/tests/test_volume.py
cinder/volume/drivers/coraid.py
cinder/volume/drivers/emc/emc_smis_common.py
cinder/volume/drivers/glusterfs.py
cinder/volume/drivers/hds/hnas_backend.py
cinder/volume/drivers/hds/iscsi.py
cinder/volume/drivers/hds/nfs.py
cinder/volume/drivers/huawei/rest_common.py
cinder/volume/drivers/ibm/gpfs.py
cinder/volume/drivers/ibm/ibmnas.py
cinder/volume/drivers/ibm/storwize_svc/__init__.py
cinder/volume/drivers/lvm.py
cinder/volume/drivers/netapp/eseries/iscsi.py
cinder/volume/drivers/netapp/iscsi.py
cinder/volume/drivers/netapp/nfs.py
cinder/volume/drivers/nexenta/nfs.py
cinder/volume/drivers/nexenta/utils.py
cinder/volume/drivers/nfs.py
cinder/volume/drivers/rbd.py
cinder/volume/drivers/san/hp/hp_3par_common.py
cinder/volume/drivers/san/hp/hp_lefthand_cliq_proxy.py
cinder/volume/drivers/san/hp/hp_lefthand_rest_proxy.py
cinder/volume/drivers/scality.py
cinder/volume/drivers/sheepdog.py
cinder/volume/drivers/solidfire.py
cinder/volume/drivers/vmware/vmdk.py
cinder/volume/drivers/vmware/volumeops.py
cinder/volume/drivers/xenapi/lib.py
cinder/volume/flows/api/create_volume.py
cinder/volume/utils.py
openstack-common.conf