This patch exposes the sqlalchemy_pool_size option to config files of
plugins that already expose sql_ options besides sql_connection.
Fixes bug
1185260
Change-Id: Ifaff02fae5e5349efb992c071adc0b02f10d61a7
# sql_max_pool_size = 5
# Timeout in seconds before idle sql connections are reaped
# sql_idle_timeout = 3600
+# Maximum number of SQL connections to keep open in a QueuePool in SQLAlchemy
+# sqlalchemy_pool_size = 5
[RESTPROXY]
# All configuration for this plugin is in section '[restproxy]'
# sql_max_pool_size = 5
# Timeout in seconds before idle sql connections are reaped
# sql_idle_timeout = 3600
+# Maximum number of SQL connections to keep open in a QueuePool in SQLAlchemy
+# sqlalchemy_pool_size = 5
#
# Example:
# sql_connection = mysql://root:pass@localhost/brcd_quantum?charset=utf8
# sql_max_pool_size = 5
# Timeout in seconds before idle sql connections are reaped
# sql_idle_timeout = 3600
+# Maximum number of SQL connections to keep open in a QueuePool in SQLAlchemy
+# sqlalchemy_pool_size = 5
[HYPERV]
# (StrOpt) Type of network to allocate for tenant networks. The
# sql_max_pool_size = 5
# Timeout in seconds before idle sql connections are reaped
# sql_idle_timeout = 3600
+# Maximum number of SQL connections to keep open in a QueuePool in SQLAlchemy
+# sqlalchemy_pool_size = 5
[LINUX_BRIDGE]
# (ListOpt) Comma-separated list of
# sql_max_pool_size = 5
# Timeout in seconds before idle sql connections are reaped
# sql_idle_timeout = 3600
+# Maximum number of SQL connections to keep open in a QueuePool in SQLAlchemy
+# sqlalchemy_pool_size = 5
[META]
## This is list of flavor:quantum_plugins
# sql_max_pool_size = 5
# Timeout in seconds before idle sql connections are reaped
# sql_idle_timeout = 3600
+# Maximum number of SQL connections to keep open in a QueuePool in SQLAlchemy
+# sqlalchemy_pool_size = 5
[MIDONET]
# MidoNet API server URI
# sql_max_pool_size = 5
# Timeout in seconds before idle sql connections are reaped
# sql_idle_timeout = 3600
+# Maximum number of SQL connections to keep open in a QueuePool in SQLAlchemy
+# sqlalchemy_pool_size = 5
[ovs]
# Do not change this parameter unless you have a good reason to.
# Timeout in seconds before idle sql connections are reaped
# sql_idle_timeout = 3600
+# Maximum number of SQL connections to keep open in a QueuePool in SQLAlchemy
+# sqlalchemy_pool_size = 5
+
[quotas]
# number of network gateways allowed per tenant, -1 means unlimited
# sql_max_pool_size = 5
# Timeout in seconds before idle sql connections are reaped
# sql_idle_timeout = 3600
+# Maximum number of SQL connections to keep open in a QueuePool in SQLAlchemy
+# sqlalchemy_pool_size = 5
[ovs]
# (StrOpt) Type of network to allocate for tenant networks. The
# sql_max_pool_size = 5
# Timeout in seconds before idle sql connections are reaped
# sql_idle_timeout = 3600
+# Maximum number of SQL connections to keep open in a QueuePool in SQLAlchemy
+# sqlalchemy_pool_size = 5
[PLUMgridNOS]
# This line should be pointing to the NOS server,
# sql_max_pool_size = 5
# Timeout in seconds before idle sql connections are reaped
# sql_idle_timeout = 3600
+# Maximum number of SQL connections to keep open in a QueuePool in SQLAlchemy
+# sqlalchemy_pool_size = 5
[ovs]
integration_bridge = br-int