b59a696aca
We migrated to oslo.config a while back, this was leftover. Additionally, cleanup the openstack-common.conf file. Change-Id: Ic24f444a66a0221a0618133e30e0f762b0f599e9
33 lines
566 B
Plaintext
33 lines
566 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator.git
|
|
module=context
|
|
module=gettextutils
|
|
module=jsonutils
|
|
module=local
|
|
module=log
|
|
module=notifier
|
|
module=policy
|
|
module=processutils
|
|
module=rootwrap
|
|
module=rpc
|
|
module=service
|
|
module=timeutils
|
|
module=uuidutils
|
|
module=wsgi
|
|
|
|
# transitive dependencies
|
|
module=eventlet_backdoor
|
|
module=exception
|
|
module=excutils
|
|
module=importutils
|
|
module=loopingcall
|
|
module=network_utils
|
|
module=periodic_task
|
|
module=sslutils
|
|
module=threadgroup
|
|
module=xmlutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=designate
|