neutron-lbaas/neutron_lbaas/tests/unit/drivers
Dustin Lundquist a792d8906c haproxy ns driver: set global haproxy maxconn
Haproxy uses two separate maxconn values: the maxconn setting in the
global context is used to adjust file descriptor limits and allocate
resources, while the maxconn setting in the frontend context controls if
additional connections are accepted on that frontend.

This patch adds a maxconn to the global context equal to the sum of the
connection limit on each listener. For listeners which no connection
limit specified, the haproxy default global connection limit (2000
connections) is used. This way we provide the same behavior as a default
haproxy configuraiton which no connection limit specified in the case of
a single load balancer.

Change-Id: Icc63771ed15a7f718dab0389c1fb63d628896e0a
Partial-Bug: 1544861
2016-09-13 19:55:00 +00:00
..
a10networks A10 Networks LBaaS v2 Driver 2015-03-07 20:31:35 -07:00
brocade Nuke lbaas v1 2016-08-23 13:05:48 -05:00
common Fix deprecation warning for multiple context managers part 2 2016-07-13 19:00:47 -07:00
f5 Fix broken tests. 2016-06-22 13:11:35 -06:00
haproxy haproxy ns driver: set global haproxy maxconn 2016-09-13 19:55:00 +00:00
kemptechnologies Implement KEMPtechnologies lbaas driver v2 shim 2015-04-02 07:32:44 +01:00
logging_noop Nuke lbaas v1 2016-08-23 13:05:48 -05:00
netscaler Use assert(Not)In instead of assertTrue/False 2015-10-08 00:28:18 +00:00
octavia Fix L7 Policy creation with Octavia driver 2016-08-24 20:54:11 -07:00
radware Adding UT for fix of bug 1554464 2016-08-04 06:39:04 +00:00
vmware Nuke lbaas v1 2016-08-23 13:05:48 -05:00
__init__.py Moving base driver code to a new location 2015-02-26 09:40:56 -08:00