1215e192b9
Remove module 'fileutils' as unused and remove usage of module 'local' with similar code from library 'oslo_context'. Change-Id: I03b9077456cfe84d61fb3f6d37f033d6a107e5a0
21 lines
469 B
Plaintext
21 lines
469 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=eventlet_backdoor
|
|
module=loopingcall
|
|
module=scheduler
|
|
module=scheduler.filters
|
|
module=scheduler.weights
|
|
module=service
|
|
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
|