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
This commit is contained in:
Mark McLoughlin 2013-03-25 07:03:29 +00:00
parent df0560f035
commit 84baaca7e0

View File

@ -1,7 +1,31 @@
[DEFAULT]
# The list of modules to copy from openstack-common
modules=cliutils,context,db,excutils,eventlet_backdoor,fileutils,gettextutils,importutils,jsonutils,local,lockutils,log,network_utils,notifier,plugin,policy,rootwrap,setup,timeutils,rpc,uuidutils,install_venv_common,flakes,version,processutils
# 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