]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Reformat openstack-common.conf
authorZhongyue Luo <zhongyue.nah@intel.com>
Sun, 7 Apr 2013 10:12:52 +0000 (18:12 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Mon, 8 Apr 2013 03:11:32 +0000 (11:11 +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: I2b5c56dbf941b272bd89b0dbe6f651196d90944f

openstack-common.conf

index 3dd7673a6b37c47bc955e85b7547b53536fda2a7..a1a35b76b1035e0b23a984dee46771f425ac81a7 100644 (file)
@@ -1,7 +1,32 @@
 [DEFAULT]
 
 # The list of modules to copy from openstack-common
-modules=exception,excutils,gettextutils,importutils,jsonutils,local,rootwrap,rpc,timeutils,log,setup,notifier,context,network_utils,policy,uuidutils,lockutils,fileutils,gettextutils,scheduler,scheduler.filters,scheduler.weights,install_venv_common,flakes,version,strutils,processutils
+module=context
+module=exception
+module=excutils
+module=fileutils
+module=flakes
+module=gettextutils
+module=importutils
+module=install_venv_common
+module=jsonutils
+module=local
+module=lockutils
+module=log
+module=network_utils
+module=notifier
+module=policy
+module=processutils
+module=rootwrap
+module=rpc
+module=scheduler
+module=scheduler.filters
+module=scheduler.weights
+module=setup
+module=strutils
+module=timeutils
+module=uuidutils
+module=version
 
 # The base module to hold the copy of openstack.common
 base=cinder