# 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]
+ [OVS]
# Do not change this parameter unless you have a good reason to.
# This is the name of the OVS integration bridge. There is one per hypervisor.
# The integration bridge acts as a virtual "patch port". All VM VIFs are
# 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]
+ [QUOTAS]
# number of network gateways allowed per tenant, -1 means unlimited
# quota_network_gateway = 5
# 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]
+ [OVS]
# (StrOpt) Type of network to allocate for tenant networks. The
# default value 'local' is useful only for single-box testing and
# provides no connectivity between hosts. You MUST either change this
# 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]
+ [OVS]
integration_bridge = br-int
# openflow_rest_api = <host IP address of ofp rest api service>:<port: 8080>