9f0c2453c6
This code implements the blueprint oslo-db-support NOTES: 1. The new section is database (this is backward compatible with DATABASE) 2. The sql_* are deprecated. They are also backward compatible. 3. Eventlets DB pool is no longer supported Change-Id: I6fa7c3817f6a5d8bef48382e0e754b88521f2289
34 lines
635 B
Plaintext
34 lines
635 B
Plaintext
[DEFAULT]
|
|
# The list of modules to copy from oslo-incubator.git
|
|
module=context
|
|
module=db
|
|
module=db.sqlalchemy
|
|
module=eventlet_backdoor
|
|
module=exception
|
|
module=excutils
|
|
module=fileutils
|
|
module=gettextutils
|
|
module=importutils
|
|
module=install_venv_common
|
|
module=jsonutils
|
|
module=local
|
|
module=lockutils
|
|
module=log
|
|
module=loopingcall
|
|
module=network_utils
|
|
module=notifier
|
|
module=patch_tox_venv
|
|
module=periodic_task
|
|
module=policy
|
|
module=processutils
|
|
module=redhat-eventlet.patch
|
|
module=rpc
|
|
module=service
|
|
module=rootwrap
|
|
module=threadgroup
|
|
module=timeutils
|
|
module=uuidutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=quantum
|