ironic/openstack-common.conf
Derek Higgins 4af5dfa330 Switch to oslo.concurrency
Nova has removed nova/openstack/common/lockutils.py and switched to
oslo.concurrency so we can no longer import lockutils from the nova
tree.

Make the same switch in the ironic tree.

Closes-Bug: #1386631
Change-Id: I8db99d61dbe6c50c9edae37077242e2696bc5671
2014-10-28 11:49:11 +00:00

23 lines
445 B
Plaintext

[DEFAULT]
# The list of modules to copy from oslo-incubator
module=config.generator
module=context
module=fileutils
module=gettextutils
module=imageutils
module=log
module=loopingcall
module=periodic_task
module=policy
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