From 8870460211e9cc1a18cd0bd7eace1bf35217ac72 Mon Sep 17 00:00:00 2001 From: Zhongyue Luo Date: Sun, 7 Apr 2013 18:12:52 +0800 Subject: [PATCH] Reformat openstack-common.conf 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 | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/openstack-common.conf b/openstack-common.conf index 3dd7673a6b3..a1a35b76b10 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -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