11b5487eff
Each project should directly use the standard uuid module. uuidutils will be deprecated/removed in this cycle. This patch replaces every uuidutils.generate_uuid() with str(uuid.uuid4()) and uuidutils.is_uuid_like() with utils.is_uuid_like(). Change-Id: I43642d4f1e137c14134b3d544e367b504b9851ac Closes-Bug: #1253497
23 lines
390 B
Plaintext
23 lines
390 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=db
|
|
module=db.sqlalchemy
|
|
module=fileutils
|
|
module=fixture
|
|
module=gettextutils
|
|
module=importutils
|
|
module=install_venv_common
|
|
module=jsonutils
|
|
module=local
|
|
module=lockutils
|
|
module=log
|
|
module=policy
|
|
module=strutils
|
|
module=test
|
|
module=timeutils
|
|
module=units
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=glance
|