summaryrefslogtreecommitdiffstats
path: root/openstack-common.conf
diff options
context:
space:
mode:
authorChris Behrens <cbehrens@codestud.com>2013-02-18 04:00:38 +0000
committerChris Behrens <cbehrens@codestud.com>2013-02-21 05:25:13 +0000
commitde09aa254f647dc0dab0cd67c0ed26e093df180a (patch)
tree61ffb618394280b0721d2438e797bbe3730f25b3 /openstack-common.conf
parenta41d9c6c105de57b32d2f9a854da70243e348cf4 (diff)
downloadnova-de09aa254f647dc0dab0cd67c0ed26e093df180a.tar.gz
nova-de09aa254f647dc0dab0cd67c0ed26e093df180a.tar.xz
nova-de09aa254f647dc0dab0cd67c0ed26e093df180a.zip
Move DB thread pooling to DB API.
The eventlet db_pool wrapping done in sqlalchemy is wrong. It needs to be around the whole DB API call. Fixes bug 1128605 Syncs nova with the fix in oslo. Moves nova to use the oslo version of db/api.py to import the DB API implementation. Renames configuration option sql_dbpool_enable to dbapi_use_tpool NOTE: tpool will not work without a fix to eventlet for Threads + locking. DocImpact Change-Id: I6c75b6138d38d12261d133f2cb2f5e59c667f837
Diffstat (limited to 'openstack-common.conf')
-rw-r--r--openstack-common.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack-common.conf b/openstack-common.conf
index abbc7570e..463abd1c2 100644
--- a/openstack-common.conf
+++ b/openstack-common.conf
@@ -1,7 +1,7 @@
[DEFAULT]
# The list of modules to copy from openstack-common
-modules=cliutils,context,db,db.sqlalchemy,excutils,eventlet_backdoor,fileutils,gettextutils,importutils,jsonutils,local,lockutils,log,network_utils,notifier,plugin,policy,rootwrap,setup,timeutils,rpc,uuidutils,install_venv_common,flakes,version
+modules=cliutils,context,db,db.api,db.sqlalchemy,excutils,eventlet_backdoor,fileutils,gettextutils,importutils,jsonutils,local,lockutils,log,network_utils,notifier,plugin,policy,rootwrap,setup,timeutils,rpc,uuidutils,install_venv_common,flakes,version
# The base module to hold the copy of openstack.common
base=nova