summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAndrey Kurilin <akurilin@mirantis.com>2014-05-29 12:56:08 +0300
committerAndrey Kurilin <akurilin@mirantis.com>2014-06-06 18:16:00 +0300
commitf3ece0bb025c9d16d305fba7c861ce30dc3daf23 (patch)
tree03edd1f411693dfaf45f033f7d6a3ae03bd58545 /setup.cfg
parentfad6e5c2302811e8721123fa8e7f43a5bdecb068 (diff)
downloadoslo-db-f3ece0bb025c9d16d305fba7c861ce30dc3daf23.tar.gz
Add eventlet.tpool.Proxy for DB API calls
Ability to use thread pooling for DB API calls should be returned in oslo.db as DB API wrapper. Base on the fact that this wrapper is optional, `eventlet` should not be added in requirements. bp add-tpool-proxy-wrapper Change-Id: I2343556c157e9f0f695e14ca0283914ef23c972c
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f393ea5..3062d81 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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