c98d7edef8
uuidutils module will be deprecated in Icehouse, So need replace it. This patch uses str(uuid.uuid4()) instead of method generate_uuid. Closes-Bug: #1253497 Change-Id: I35815544429c489096b4db3fa79a649f4cd9459f
15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator.git
|
|
module=excutils
|
|
module=fixture.moxstubout
|
|
module=gettextutils
|
|
module=importutils
|
|
module=jsonutils
|
|
module=network_utils
|
|
module=sslutils
|
|
module=timeutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=oslo.messaging
|