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: I6e9ae5d8b953b81014bd60cc842af33c6af58b61
This commit is contained in:
Michael Still 2013-11-14 20:31:29 +11:00
parent c89068117b
commit 560ce68f9f

View File

@ -1,3 +1,27 @@
[DEFAULT] [DEFAULT]
modules=db,db.sqlalchemy,eventlet_backdoor,excutils,gettextutils,importutils,jsonutils,local,lockutils,log,loopingcall,middleware,network_utils,notifier,policy,rpc,service,setup,threadgroup,timeutils,wsgi
# The list of modules to copy from oslo-incubator
module=db
module=db.sqlalchemy
module=eventlet_backdoor
module=excutils
module=gettextutils
module=importutils
module=jsonutils
module=local
module=lockutils
module=log
module=loopingcall
module=middleware
module=network_utils
module=notifier
module=policy
module=rpc
module=service
module=setup
module=threadgroup
module=timeutils
module=wsgi
# The base module to hold the copy of openstack.common
base=climate base=climate