deb-manila/openstack-common.conf
Thomas Bechtold 44ed09fdbd Switch to oslo.concurrency for processutils
Use processutils from olso.concurrency instead of the deprecated version
from oslo-incubator.

Change-Id: Idcc8c18bdc659ad4646351ae012321cea191749d
2014-11-17 08:27:23 +01:00

29 lines
589 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
module=context
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