Files
deb-python-taskflow/openstack-common.conf
Joshua Harlow 0ad4ed1c89 Use oslo's sqlalchemy layer
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
2013-08-18 09:17:51 -07:00

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