Convert to a more modern form of openstack-common.conf

One module per line is the new hotness. I've also sorted the
modules alphabetically. There are no changes to your imports, but
this makes it easier for oslo maintainers to keep your imports up
to date.

Change-Id: I7581f4ad2ed853742a98aa6d6d4e9e0aeebce8fa
This commit is contained in:
Michael Still 2013-11-14 20:28:40 +11:00
parent 0b6136cdbc
commit b6a4cdf4e3

View File

@ -1,6 +1,35 @@
[DEFAULT]
# The list of modules to copy from openstack-common
modules=middleware,notifier,rpc,cfg,context,eventlet_backdoor,exception,excutils,fileutils,gettextutils,importutils,iniparser,jsonutils,local,lockutils,log,loopingcall,network_utils,pastedeploy,periodic_task,policy,processutils,service,testutils,threadgroup,timeutils,utils,uuidutils,wsgi
module=cfg
module=context
module=eventlet_backdoor
module=exception
module=excutils
module=fileutils
module=gettextutils
module=importutils
module=iniparser
module=jsonutils
module=local
module=lockutils
module=log
module=loopingcall
module=middleware
module=network_utils
module=notifier
module=pastedeploy
module=periodic_task
module=policy
module=processutils
module=rpc
module=service
module=testutils
module=threadgroup
module=timeutils
module=utils
module=uuidutils
module=wsgi
# The base module to hold the copy of openstack.common
base=trove