storyboard/openstack-common.conf
Monty Taylor d6066f2a75 Add SQLalchemy database model
As a step towards continuous deployment and having a pecan/WSME REST
interface, split the database out into SQLalchemy-based model using
Alembic for migrations. To support that, also pull in oslo.db and use
oslo.config for config files.

Change-Id: I33a1e72700be14e28255aaa52faed70c4686a3ec
2014-01-13 18:52:47 +04:00

9 lines
168 B
Plaintext

[DEFAULT]
# The list of modules to copy from oslo-incubator.git
module=db
module=db.sqlalchemy
# The base module to hold the copy of openstack.common
base=storyboard