Files
nova/openstack-common.conf
T
Mark McLoughlin 84baaca7e0 Reformat openstack-common.conf
Use the new 'module' option in openstack-common.conf which is a
multi-string option, allowing each module name to be placed on a
separate line.

This makes it much easier to review changes to the modules list.

Change-Id: I218601a3720287071f05b9f2f624c1de4442d34f
2013-03-25 07:34:04 +00:00

32 lines
542 B
Plaintext

[DEFAULT]
# The list of modules to copy from oslo-incubator.git
module=cliutils
module=context
module=db
module=eventlet_backdoor
module=excutils
module=fileutils
module=flakes
module=gettextutils
module=importutils
module=install_venv_common
module=jsonutils
module=local
module=lockutils
module=log
module=network_utils
module=notifier
module=plugin
module=policy
module=processutils
module=rootwrap
module=rpc
module=setup
module=timeutils
module=uuidutils
module=version
# The base module to hold the copy of openstack.common
base=nova