]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Reformat openstack-common.conf
authorZhongyue Luo <zhongyue.nah@intel.com>
Sat, 6 Apr 2013 03:06:41 +0000 (11:06 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Sat, 6 Apr 2013 03:06:41 +0000 (11:06 +0800)
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: I64dff89639f9d136ded3d25aab9f8f85a2d7112b

openstack-common.conf

index 91eea907b741819c4477025c897934325595ac5b..bbae3520ac7cb37ab3c1e070ed30e55607e2ff47 100644 (file)
@@ -1,5 +1,30 @@
 [DEFAULT]
-# The list of modules to copy from openstack-common
-modules=context,eventlet_backdoor,exception,excutils,fileutils,gettextutils,importutils,install_venv_common,jsonutils,local,lockutils,log,loopingcall,network_utils,notifier,periodic_task,policy,processutils,rpc,service,setup,threadgroup,timeutils,uuidutils,version
+# The list of modules to copy from oslo-incubator.git
+module=context
+module=eventlet_backdoor
+module=exception
+module=excutils
+module=fileutils
+module=gettextutils
+module=importutils
+module=install_venv_common
+module=jsonutils
+module=local
+module=lockutils
+module=log
+module=loopingcall
+module=network_utils
+module=notifier
+module=periodic_task
+module=policy
+module=processutils
+module=rpc
+module=service
+module=setup
+module=threadgroup
+module=timeutils
+module=uuidutils
+module=version
+
 # The base module to hold the copy of openstack.common
 base=quantum