697a69d0eb
* This is step 1 needed for moving to testr * Module lockutils.py is needed by testr Partially implements bp mistral-speedup-tests Change-Id: Ic233da39f7266b8bf4ef862c89de02add259be50
22 lines
429 B
Plaintext
22 lines
429 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator.git
|
|
module=config.generator
|
|
module=db
|
|
module=db.sqlalchemy.models
|
|
module=db.sqlalchemy.session
|
|
module=db.sqlalchemy.migration
|
|
module=log
|
|
module=jsonutils
|
|
module=lockutils
|
|
module=loopingcall
|
|
module=periodic_task
|
|
module=threadgroup
|
|
module=timeutils
|
|
module=importutils
|
|
module=strutils
|
|
module=uuidutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=mistral
|