9a8145cc22
Update imports from oslo.incubator and remove old modules no longer used. The config.generator scripts are no longer available and were not incorporated to oslo.config so leaving those here. Change-Id: I25dd3e559aeb3040068ac071d213a2b7da8de3c1
19 lines
374 B
Plaintext
19 lines
374 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=fileutils
|
|
module=imageutils
|
|
module=log
|
|
module=loopingcall
|
|
module=periodic_task
|
|
module=service
|
|
module=versionutils
|
|
|
|
# Tools
|
|
script=tools/install_venv_common.py
|
|
#script=tools/config/generate_sample.sh
|
|
#script=tools/config/check_uptodate.sh
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=ironic
|