diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-06-10 15:20:13 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-06-10 15:20:13 +0000 |
commit | 0ebc514f98cdb6da485f0f894becfc9aeac716d4 (patch) | |
tree | 13bb876accded4ea024349f1714f5272197ba66d /setup.cfg | |
parent | f9167b0e1e7a5dd0bf63d22f17fca99a995ee560 (diff) | |
parent | f3ece0bb025c9d16d305fba7c861ce30dc3daf23 (diff) | |
download | oslo-db-0ebc514f98cdb6da485f0f894becfc9aeac716d4.tar.gz |
Merge "Add eventlet.tpool.Proxy for DB API calls"
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ namespace_packages = [entry_points] oslo.config.opts = oslo.db = oslo.db.options:list_opts + oslo.db.concurrency = oslo.db.concurrency:list_opts oslo.db.migration = alembic = oslo.db.sqlalchemy.migration_cli.ext_alembic:AlembicExtension |