From 560ce68f9ff23ffd87f957e4beedc9ee68e22767 Mon Sep 17 00:00:00 2001 From: Michael Still Date: Thu, 14 Nov 2013 20:31:29 +1100 Subject: [PATCH] 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 --- openstack-common.conf | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/openstack-common.conf b/openstack-common.conf index 6b43ba7d..94d572fc 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,3 +1,27 @@ [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