294e0fc128
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
8 lines
256 B
YAML
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.
|