3190cf9575
The sync includes change that makes sure we get unicode-only dicts from jsonutils no matter which json module implementation is selected. The latest commit in oslo-incubator: - 0f4586c0076183c6356eec682c8a593648125abd The sync adds a new 'strutils' module that is now used in jsonutils. Change-Id: Ic815ca3df94c33edec9104172048b2cd94b92e3f Closes-Bug: 1314129
27 lines
544 B
Plaintext
27 lines
544 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=config.generator
|
|
module=db
|
|
module=db.sqlalchemy
|
|
module=excutils
|
|
module=importutils
|
|
module=jsonutils
|
|
module=lockutils
|
|
module=log
|
|
module=middleware.base
|
|
module=network_utils
|
|
module=periodic_task
|
|
module=processutils
|
|
module=strutils
|
|
module=threadgroup
|
|
module=timeutils
|
|
module=uuidutils
|
|
module=wsgi
|
|
# xmlutils is needed by wsgi, which is no longer a module. so we need
|
|
# an explicit xmlutils dep.
|
|
module=xmlutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=sahara
|