cinder/openstack-common.conf
ChangBo Guo(gcb) 7d341e267f Use oslo.utils
oslo.utils library now provides the functionality previously in
oslo-incubator's excutils, importutils, network_utils, strutils
timeutils, units etc. Some of these outdated modules will still be
around for a while until all other oslo modules that use them have been
updated in future commits.

Change-Id: Idee8600dfe42e5977b8fb824e91afff7e9119981
2014-11-20 22:17:47 +08:00

33 lines
608 B
Plaintext

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