cinder/openstack-common.conf
ChangBo Guo(gcb) 2619dd012d Remove unused oslo module and adjust opentstack-common.conf
The issues are detected by new change about update.py
in I68c0108304be8a315bcefe939c22019caab9bc98. This patch
doesn't depend the oslo-incubator patch.
 * remove unused module crypto
 * add missing module loopingcall in openstack-common.conf
 * sort the modules in openstack-common.conf

Change-Id: I9f0fcd3803f89a6902f92d0ea691b9ae0235f64c
2014-06-12 02:52:16 +00:00

38 lines
695 B
Plaintext

[DEFAULT]
# The list of modules to copy from oslo-incubator
module=config.generator
module=context
module=db
module=db.sqlalchemy
module=excutils
module=fileutils
module=gettextutils
module=imageutils
module=importutils
module=install_venv_common
module=jsonutils
module=local
module=lockutils
module=log
module=log_handler
module=loopingcall
module=middleware
module=network_utils
module=periodic_task
module=policy
module=processutils
module=request_utils
module=scheduler
module=scheduler.filters
module=scheduler.weights
module=service
module=sslutils
module=strutils
module=timeutils
module=uuidutils
module=versionutils
# The base module to hold the copy of openstack.common
base=cinder