bd4600005e
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
28 lines
492 B
Plaintext
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
|