trove/openstack-common.conf
Zhongyue Luo 1085ea267b Replace oslo.uuidutils module with trove.utils
Oslo is removing uuidutils during the icehouse cycle.
Consequently we need to remove all references to uuidutils, and
replace them with the corresponding function from trove.utils.

Change-Id: Idd4b25e98624dfb6a25e275cac44a54324f50449
Closes-bug: 1253497
2014-01-14 09:54:42 +08:00

35 lines
597 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
module=cfg
module=context
module=eventlet_backdoor
module=exception
module=excutils
module=fileutils
module=gettextutils
module=importutils
module=iniparser
module=jsonutils
module=local
module=lockutils
module=log
module=loopingcall
module=middleware
module=network_utils
module=notifier
module=pastedeploy
module=periodic_task
module=policy
module=processutils
module=rpc
module=service
module=testutils
module=threadgroup
module=timeutils
module=utils
module=wsgi
# The base module to hold the copy of openstack.common
base=trove