neutron/etc
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
..
init.d Second round of packaging changes 2011-11-28 10:33:52 -08:00
quantum Add eventlet db_pool use for mysql 2012-12-23 10:35:44 +00:00
api-paste.ini Make signing dir a subdir in /var/lib/quantum. 2012-11-28 14:01:36 -05:00
dhcp_agent.ini dhcp_agent.ini, l3_agent.ini: update dhcp/l3_agent.ini 2012-12-17 19:07:52 +09:00
l3_agent.ini dhcp_agent.ini, l3_agent.ini: update dhcp/l3_agent.ini 2012-12-17 19:07:52 +09:00
metadata_agent.ini update state_path default to be the same value 2012-11-30 18:05:46 -05:00
policy.json Add VIF binding extensions 2012-12-05 09:01:15 +00:00
quantum.conf The change allows loading several service plugins along with core plugin. 2012-11-20 09:37:34 +04:00
rootwrap.conf make rootwrap filters path consistent with other openstack project 2012-09-13 10:09:30 +08:00