]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Removes quantum.common.utils.str_uuid()
authorZhongyue Luo <zhongyue.nah@intel.com>
Thu, 15 Nov 2012 01:02:20 +0000 (09:02 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Fri, 23 Nov 2012 03:00:54 +0000 (11:00 +0800)
commit081424cb3d8118993344a04b77a21d4fefef00db
tree7e1bc6c539dd49f76b7d5f3f8d5a638d0478182b
parentbe77fd3f47edcb83a44340ae8c1d033cb5dd6817
Removes quantum.common.utils.str_uuid()

Replaced str_uuid() with openstack.common.uuidutils.generate_uuid()

Fixes bug #1082236

Change-Id: Ib09b070bfa1de4435c831d1d3c0fb0b0d12011bd
quantum/common/utils.py
quantum/db/db_base_plugin_v2.py
quantum/db/l3_db.py
quantum/db/models_v2.py
quantum/db/securitygroups_db.py
quantum/plugins/nec/db/nec_plugin_base.py
quantum/tests/unit/nec/test_db.py
quantum/tests/unit/nec/test_ofc_manager.py
quantum/tests/unit/nec/test_pfc_driver.py
quantum/tests/unit/nec/test_trema_driver.py
quantum/tests/unit/test_l3_plugin.py