48cc1b75ed
Remove file from oslo-incubator and switch to oslo.utils library which is already a requirement for Manila. Change-Id: Ic889fb52b1cc6a1ef2e44729eb0904875d3e85f0
27 lines
557 B
Plaintext
27 lines
557 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
|
|
|
|
# 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
|