octavia/releasenotes/notes/fix-unlimited-connection-limit-48079688de033c1a.yaml
Michael Johnson 294e0fc128 Fixes unlimited listener connection limit
When using the Octavia/amphora driver, unspecified or unlimited (-1)
settings would lead to a 2000 connection limit in HAproxy.
This patch updates that to be 1,000,000 connections.
1,000,000 was selected to amphora memory usage at a reasonable level.

Change-Id: Iddeb62412bb71b69cf1e9198be6131c59a3051b0
Story: 1635416
Task: 5159
2018-07-19 09:47:31 +02:00

8 lines
256 B
YAML

---
fixes:
- |
Fixes a bug where unspecified or unlimited listener connection limit
settings would lead to a 2000 connection limit when using the
amphora/octavia driver. This was the compiled in connection limit
in some HAproxy packages.