Bring over the sqlalchemy layer + dependents that oslo provides so that we can use it in a dependent commit to replace pieces of our own mini sqlalchemy layer (that was derived from oslos) Change-Id: Ifda2fd5c5b8eb1d71a4cfce2a2e0046a23010270
15 lines
263 B
Plaintext
15 lines
263 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator.git
|
|
module=db
|
|
module=db.sqlalchemy
|
|
module=excutils
|
|
module=importutils
|
|
module=install_venv_common
|
|
module=timeutils
|
|
module=uuidutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=taskflow
|
|
|