deb-murano/openstack-common.conf
Zhongyue Luo bd4600005e Remove oslo.uuidutils from muranoapi
The generate_uuid used in muranoapi is from muranoapi.common.uuidutils,
not muranoapi.openstack.common.uuidutils. Therefore uuidutils in
openstack-common.conf is redundant.

Change-Id: Ia3c8a63ddfdcee429f05d0da8f6187a3b4ff2b9e
2014-02-25 17:28:02 +08:00

28 lines
492 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
module=wsgi
module=config
module=exception
module=gettextutils
module=importutils
module=jsonutils
module=log
module=xmlutils
module=sslutils
module=service
module=notifier
module=local
module=install_venv_common
module=timeutils
module=eventlet_backdoor
module=threadgroup
module=loopingcall
module=db
module=db.sqlalchemy
module=fileutils
module=lockutils
# The base module to hold the copy of openstack.common
base=muranoapi