summaryrefslogtreecommitdiff
path: root/openstack-common.conf
diff options
context:
space:
mode:
authorMichael Still <mikal@stillhq.com>2013-04-09 14:32:29 +1000
committerMichael Still <mikal@stillhq.com>2013-04-09 14:33:13 +1000
commite3cd9f19e6d51afda3f3b0dfdab1861d41181f42 (patch)
tree9f4a5523a983f85e7b794d3fb7b4592e4beecd56 /openstack-common.conf
parentceb662475204e017fc28209a17c43f619f4c7acf (diff)
downloaddesignate-e3cd9f19e6d51afda3f3b0dfdab1861d41181f42.tar.gz
Convert openstack-common.conf to the new format.
Its easier to read. Change-Id: I26cd4ec8dee19e87e1bda1098644ebec043b57a4
Diffstat (limited to 'openstack-common.conf')
-rw-r--r--openstack-common.conf31
1 files changed, 30 insertions, 1 deletions
diff --git a/openstack-common.conf b/openstack-common.conf
index 08448a5f..462dfa57 100644
--- a/openstack-common.conf
+++ b/openstack-common.conf
@@ -1,3 +1,32 @@
[DEFAULT]
-modules=cfg,iniparser,rpc,importutils,excutils,local,jsonutils,gettextutils,timeutils,notifier,context,log,service,eventlet_backdoor,network_utils,threadgroup,loopingcall,utils,exception,setup,wsgi,policy,version,uuidutils,processutils,rootwrap
+
+# The list of modules to copy from oslo-incubator.git
+module=cfg
+module=context
+module=eventlet_backdoor
+module=exception
+module=excutils
+module=gettextutils
+module=importutils
+module=iniparser
+module=jsonutils
+module=local
+module=log
+module=loopingcall
+module=network_utils
+module=notifier
+module=policy
+module=processutils
+module=rootwrap
+module=rpc
+module=service
+module=setup
+module=threadgroup
+module=timeutils
+module=utils
+module=uuidutils
+module=version
+module=wsgi
+
+# The base module to hold the copy of openstack.common
base=moniker