]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove gen_uuid()
authorZhongyue Luo <zhongyue.nah@intel.com>
Wed, 14 Nov 2012 13:49:07 +0000 (22:49 +0900)
committerZhongyue Luo <zhongyue.nah@intel.com>
Thu, 15 Nov 2012 00:04:39 +0000 (08:04 +0800)
commitf51e4af121b9289fa6ab4c634cb525d7c3d840e4
treef1e704a4f21ab1cb8b46d06fe9f214b11014e2be
parentdb592705d996ddc0e353c13d0e1e0e62262f8df9
Remove gen_uuid()

Removed gen_uuid and uuid related unittests
Replaced utils.gen_uuid() with uuid.uuid4()

Change-Id: If34096f47fdea719e2dc180b448654519ede9bc9
bin/cinder-manage
cinder/context.py
cinder/db/sqlalchemy/api.py
cinder/tests/api/openstack/fakes.py
cinder/tests/api/openstack/volume/contrib/test_volume_actions.py
cinder/tests/api/openstack/volume/contrib/test_volume_host_attribute.py
cinder/tests/api/openstack/volume/contrib/test_volume_tenant_attribute.py
cinder/tests/image/fake.py
cinder/tests/integrated/integrated_helpers.py
cinder/tests/test_utils.py
cinder/utils.py