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
This commit is contained in:
parent
ac2bf3f596
commit
8870460211
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user