ironic/openstack-common.conf
Ghe Rivero 4723aec443 Migration to oslo.utils library
oslo.utils has been released with the modules excutils, importutils,
strutils and timeutils.

Changes done:
- Use the new oslo.utils modules when possible (not updated in the
nova.ironic driver and other oslo.incubator modules)
- importutils.import_module now is importutils.try_import
- Updated requirements.txt with the new library
- strutils.to_bytes now is strutils.string_to_bytes

Once the nova.ironic driver is migrated into nova tree, old references
and libraries can be cleaned (Bug: #1350269)

Closes-Bug: #1353540

Change-Id: Ic0af04ebd07b23eb94df32a6abf0e490d597f32a
2014-08-06 16:15:58 +00:00

31 lines
586 B
Plaintext

[DEFAULT]
# The list of modules to copy from oslo-incubator
module=cliutils
module=config.generator
module=context
module=eventlet_backdoor
module=excutils
module=fileutils
module=gettextutils
module=imageutils
module=jsonutils
module=local
module=lockutils
module=log
module=loopingcall
module=periodic_task
module=policy
module=processutils
module=service
module=timeutils
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