octavia/octavia/tests
Michael Johnson 53772f5320 Set some amphora driver optimizations
This patch adds a few optimizations when using the amphora driver.

1. It increases the amp_active_retries from 10 to 30. This increases
the time we wait for nova to mark an instance "ACTIVE". The old default
of 10 was one minute forty seconds, but in some clouds it's been observed
that the nova schedule can get overloaded and take longer than a minute
forty to schedule the instance. Setting this to 30 means we will wait
five minutes for nova to schedule the instance.
2. It enables TCP kernel splicing in HAProxy. This has been shown to
reduce the CPU overhead for very high rate TCP load balancers.
3. Finally it enables "safe" HTTP keepalives on the backend member
connections [1]. This increases the request rate possible while using HTTP
protocol listeners and members.

[1] http://cbonte.github.io/haproxy-dconv/1.6/configuration.html#4-http-reuse

Change-Id: I3af009cac9a9edc8aef793b52c6a1488fde2c59b
2018-08-31 10:34:39 -07:00
..
common When SG delete fails on vip deallocate, try harder 2018-06-06 19:53:19 +00:00
contrib Disable KVM at OVH 2018-08-19 20:46:32 +00:00
functional Fix Octavia for host host routes 2018-08-14 18:25:45 -07:00
tempest Merge "Fix version discovery for the Octavia API" 2018-07-25 22:26:09 +00:00
unit Set some amphora driver optimizations 2018-08-31 10:34:39 -07:00
__init__.py Add license for empty __init__.py 2018-03-14 07:02:56 +09:00