4f8b5fb961
Patch contains common code from Oslo, we need to sync this modules to fix a problem with a newer version of sqlite and the db.sqlachemy module that is causing some of tests to fail if the version of the sqlite is >=3.7.16. The patch also includes the code needed with the transition from migrate tool to alembic, these base migration classes depends on the py3kcompat and test modules which were also added to the project. Closes-Bug: #1272500 Change-Id: Ifcd1254f16506a4247523056d6ad4ad8d7aefdac
37 lines
641 B
Plaintext
37 lines
641 B
Plaintext
[DEFAULT]
|
|
module=cliutils
|
|
module=config
|
|
module=config.generator
|
|
module=context
|
|
module=db
|
|
module=db.sqlalchemy
|
|
module=db.sqlalchemy.migration_cli
|
|
module=eventlet_backdoor
|
|
module=excutils
|
|
module=fileutils
|
|
module=flakes
|
|
module=gettextutils
|
|
module=importutils
|
|
module=install_venv_common
|
|
module=jsonutils
|
|
module=local
|
|
module=lockutils
|
|
module=log
|
|
module=log_handler
|
|
module=loopingcall
|
|
module=network_utils
|
|
module=notifier
|
|
module=periodic_task
|
|
module=policy
|
|
module=processutils
|
|
module=py3kcompat
|
|
module=rpc
|
|
module=setup
|
|
module=strutils
|
|
module=timeutils
|
|
module=test
|
|
module=version
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=ironic
|