06a8dc7ae5
Replace usage of deprecated jsonutils module from oslo-incubator and use oslo.serialization instead. A followup-patch will sync with oslo-incubator and remove the jsonutils module from manila. Partial-Bug: #1382189 Change-Id: Iafa5090fd0c960ae8e996229ea3352f890decc6c
47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=config
|
|
module=context
|
|
module=eventlet_backdoor
|
|
# TODO(jaegerandi) remove excutils with next sync of oslo-incubator
|
|
module=excutils
|
|
module=fileutils
|
|
# TODO(jaegerandi) remove importutils with next sync of oslo-incubator
|
|
module=importutils
|
|
# TODO(jaegerandi) remove jsonutils with next sync of oslo-incubator
|
|
module=jsonutils
|
|
module=local
|
|
module=lockutils
|
|
module=log
|
|
module=loopingcall
|
|
# TODO(jaegerandi) remove network_utils with next sync of oslo-incubator
|
|
module=network_utils
|
|
module=policy
|
|
module=processutils
|
|
module=scheduler
|
|
module=scheduler.filters
|
|
module=scheduler.weights
|
|
module=service
|
|
module=sslutils
|
|
# TODO(jaegerandi) remove strutils with next sync of oslo-incubator
|
|
module=strutils
|
|
module=systemd
|
|
module=threadgroup
|
|
# TODO(jaegerandi) remove timeutils with next sync of oslo-incubator
|
|
module=timeutils
|
|
module=uuidutils
|
|
module=versionutils
|
|
|
|
# The list of scripts to copy from oslo common code
|
|
script = tools/colorizer.py
|
|
script = tools/config/README
|
|
script = tools/config/check_uptodate.sh
|
|
script = tools/config/generate_sample.sh
|
|
script = tools/install_venv.py
|
|
script = tools/install_venv_common.py
|
|
script = tools/with_venv.sh
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=manila
|