manila/openstack-common.conf
li,chen 8ea7ac4913 Use oslo.context lib
Use "context" code from oslo instead of our own implementation.
See: https://github.com/openstack/oslo.context

Implements blueprint oslo-context

Change-Id: I344b3c6e46abbdb6ea4d844c771265eadbeb22f9
2014-12-20 14:32:07 +08:00

28 lines
574 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
module=eventlet_backdoor
module=fileutils
module=local
module=lockutils
module=log
module=loopingcall
module=policy
module=scheduler
module=scheduler.filters
module=scheduler.weights
module=service
module=sslutils
module=systemd
module=threadgroup
module=uuidutils
# The list of scripts to copy from oslo common code
script = tools/colorizer.py
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