a0c86aaf97
openstack-common.conf under "The list of modules to copy from oslo-incubator" section contains some modules that are not used by Ironic code, only by openstack/common modules. Such modules should be removed from openstack-common.conf, as oslo-incubator/update.py can handle internal dependencies. Change-Id: Ifb3cc67efba10dd39e86c1d3a0cc769753de2122 Closes-bug: #1367291
26 lines
499 B
Plaintext
26 lines
499 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=config.generator
|
|
module=context
|
|
module=fileutils
|
|
module=gettextutils
|
|
module=imageutils
|
|
module=jsonutils
|
|
module=lockutils
|
|
module=log
|
|
module=loopingcall
|
|
module=periodic_task
|
|
module=policy
|
|
module=processutils
|
|
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
|