
haproxy 2.2.x requires an "insecure-fork-wanted" global option when using external-check. This commit also fixes a function that builds the list of the features available in haproxy based on its version. Story 2009953 Task 44900 Conflicts: octavia/common/jinja/haproxy/combined_listeners/jinja_cfg.py octavia/tests/unit/common/jinja/haproxy/combined_listeners/test_jinja_cfg.py Change-Id: I35c5976c6bdb8828e54bcde00052622a7b6bc96a (cherry picked from commit 1ac781812872d4219cf245cf18ca3e93ec1bb035)
7 lines
200 B
YAML
7 lines
200 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fix PING health-monitors with recent haproxy releases (>=2.2), haproxy now
|
|
requires an additional "insecure-fork-wanted" option to authorize the
|
|
Octavia PING healthcheck.
|