From: Mark McLoughlin Date: Thu, 2 May 2013 09:26:22 +0000 (+0100) Subject: Split the module lines in openstack-common.conf X-Git-Tag: 2014.1~657^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=91b587e2c016eba77a2c603485d2bfa697cac3fc;p=openstack-build%2Fheat-build.git Split the module lines in openstack-common.conf update.py was changed to support this format recently. It makes it much easier to review changes to the list of modules. Change-Id: I0f86f65e107ab54231bd48182947d5799e8a460f --- diff --git a/openstack-common.conf b/openstack-common.conf index 9973275f..464fa34e 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,7 +1,26 @@ [DEFAULT] # The list of modules to copy from openstack-common -modules=gettextutils,local,utils,exception,timeutils,importutils,setup,log,jsonutils,notifier,rpc,excutils,service,threadgroup,eventlet_backdoor,loopingcall,network_utils,uuidutils,version,policy +module=eventlet_backdoor +module=exception +module=excutils +module=gettextutils +module=importutils +module=jsonutils +module=local +module=log +module=loopingcall +module=network_utils +module=notifier +module=policy +module=rpc +module=service +module=setup +module=threadgroup +module=timeutils +module=utils +module=uuidutils +module=version # The base module to hold the copy of openstack.common base=heat