
oslo.serialization library has graduated and now provides all the jsonutils API that was available in oslo-incubator. Change-Id: Ie80d58db4a96a10a57f975984fe69dead95c6d63
25 lines
482 B
Plaintext
25 lines
482 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=config.generator
|
|
module=context
|
|
module=fileutils
|
|
module=gettextutils
|
|
module=imageutils
|
|
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
|