octavia/releasenotes/notes/fix-haproxy-compatibility-about-server-state-file-df70e5ac859417e2.yaml
Tom Weininger bc2bded8c2 Handle feature compatibility of HAProxy server-state-file option
https://review.opendev.org/c/openstack/octavia/+/805955 introduced
a new feature that requires HAProxy 1.6 or higher to work. This change
ensures that with older HAProxy version this feature does not get
enabled to avoid errors.

 Conflicts:
	octavia/common/jinja/haproxy/combined_listeners/jinja_cfg.py
	octavia/tests/unit/common/jinja/haproxy/combined_listeners/test_jinja_cfg.py

Story: 2010254
Task: 46145
Change-Id: Icc7dc9bb22187f908852c20415227574ded347aa
(cherry picked from commit 69ecdb1908)
(cherry picked from commit 7f220d41ad)
(cherry picked from commit 6346341b8e)
2022-11-16 17:43:46 +00:00

8 lines
266 B
YAML

---
fixes:
- |
Fixed backwards compatibility issue with the feature that preserves HAProxy
server states between reloads.
HAProxy version 1.5 or below do not support this feature, so Octavia
will not to activate it on amphorae with those versions.