neutron/quantum/plugins
Gary Kotton 7b5f6fd6ae Add eventlet db_pool use for mysql
This adds the use of eventlet's db_pool module so that we can make mysql
calls without blocking the whole process.
New config options are introduced:

sql_dbpool_enable -- Enables the use of eventlet's db_pool
sql_min_pool_size -- Set the minimum number of SQL connections
sql_max_pool_size -- Set the maximum number of SQL connections
sql_idle_timeout  -- Timeout before idle sql connections are reaped

The default for sql_dbpool_enable is False for now, so there is
no forced behavior changes for those using mysql. sql_min_pool_size
is defaulted to 1 to match behavior if not using db_pool.

Fixes bug 1086173

Change-Id: Ied0aae33211585743fe955028a75c4e192a15d2f
2012-12-23 10:35:44 +00:00
..
bigswitch Add eventlet db_pool use for mysql 2012-12-23 10:35:44 +00:00
cisco Fix pep8 issues 2012-12-19 06:57:56 +00:00
common The patch introduces an API extension for LBaaS service 2012-12-19 13:11:47 +04:00
linuxbridge Add eventlet db_pool use for mysql 2012-12-23 10:35:44 +00:00
metaplugin Add eventlet db_pool use for mysql 2012-12-23 10:35:44 +00:00
nec Add eventlet db_pool use for mysql 2012-12-23 10:35:44 +00:00
nicira Add eventlet db_pool use for mysql 2012-12-23 10:35:44 +00:00
openvswitch Add eventlet db_pool use for mysql 2012-12-23 10:35:44 +00:00
ryu Add eventlet db_pool use for mysql 2012-12-23 10:35:44 +00:00
services The patch introduces an API extension for LBaaS service 2012-12-19 13:11:47 +04:00
__init__.py The change allows loading several service plugins along with core plugin. 2012-11-20 09:37:34 +04:00