oslo.messaging/openstack-common.conf
Chang Bo Guo c98d7edef8 Decouple from Oslo uuidutils module
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
2013-11-22 19:59:03 -08:00

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