7b659fc4e0
oslo.i18n provides the i18n function that were provided by oslo-incubator's gettextutils module Import _ where needed, oslo.i18n deprecated the builtin method. Closes-Bug: #1382187 Change-Id: I12aa1c725aa4bb52a9aa46e9c3d2b303839de48b
41 lines
859 B
Plaintext
41 lines
859 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=config
|
|
module=context
|
|
module=eventlet_backdoor
|
|
module=excutils
|
|
module=fileutils
|
|
module=importutils
|
|
module=jsonutils
|
|
module=local
|
|
module=lockutils
|
|
module=log
|
|
module=loopingcall
|
|
module=network_utils
|
|
module=policy
|
|
module=processutils
|
|
module=scheduler
|
|
module=scheduler.filters
|
|
module=scheduler.weights
|
|
module=service
|
|
module=sslutils
|
|
module=strutils
|
|
module=systemd
|
|
module=threadgroup
|
|
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
|