178f1cd7de
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: I64dff89639f9d136ded3d25aab9f8f85a2d7112b
31 lines
565 B
Plaintext
31 lines
565 B
Plaintext
[DEFAULT]
|
|
# The list of modules to copy from oslo-incubator.git
|
|
module=context
|
|
module=eventlet_backdoor
|
|
module=exception
|
|
module=excutils
|
|
module=fileutils
|
|
module=gettextutils
|
|
module=importutils
|
|
module=install_venv_common
|
|
module=jsonutils
|
|
module=local
|
|
module=lockutils
|
|
module=log
|
|
module=loopingcall
|
|
module=network_utils
|
|
module=notifier
|
|
module=periodic_task
|
|
module=policy
|
|
module=processutils
|
|
module=rpc
|
|
module=service
|
|
module=setup
|
|
module=threadgroup
|
|
module=timeutils
|
|
module=uuidutils
|
|
module=version
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=quantum
|