octavia/releasenotes/notes/fix-ping-hm-with-haproxy-2.2-9b83777172fb8835.yaml
Gregory Thiemonge d4d8d597d5 Fix PING health-monitor with recent haproxy releases
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)
2023-01-25 08:43:48 +01:00

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.