manila/openstack-common.conf
Andreas Jaeger 2ad967a6fd Use oslo.utils
Change usage of modules that are deprecated in oslo-incubator.
Use the corresponding module from oslo.utils.

A followup patch will sync with oslo-incubator and remove the now
obsolete modules.

Change-Id: I4f949de57e333832dcc7c1e256ce82e2db0144cb
Partial-Bug: #1382189
2014-10-21 14:39:48 +02:00

46 lines
1.2 KiB
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
module=config
module=context
module=eventlet_backdoor
# TODO(jaegerandi) remove excutils with next sync of oslo-incubator
module=excutils
module=fileutils
# TODO(jaegerandi) remove importutils with next sync of oslo-incubator
module=importutils
module=jsonutils
module=local
module=lockutils
module=log
module=loopingcall
# TODO(jaegerandi) remove network_utils with next sync of oslo-incubator
module=network_utils
module=policy
module=processutils
module=scheduler
module=scheduler.filters
module=scheduler.weights
module=service
module=sslutils
# TODO(jaegerandi) remove strutils with next sync of oslo-incubator
module=strutils
module=systemd
module=threadgroup
# TODO(jaegerandi) remove timeutils with next sync of oslo-incubator
module=timeutils
module=uuidutils
module=versionutils
# The list of scripts to copy from oslo common code
script = tools/colorizer.py
script = tools/config/README
script = tools/config/check_uptodate.sh
script = tools/config/generate_sample.sh
script = tools/install_venv.py
script = tools/install_venv_common.py
script = tools/with_venv.sh
# The base module to hold the copy of openstack.common
base=manila