cinder/openstack-common.conf
Zhongyue Luo 8870460211 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
2013-04-08 11:11:32 +08:00

33 lines
577 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
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