octavia/releasenotes/notes/fix-drain-status-detection-b9395fa4fe8c936f.yaml
Tom Weininger d350f0908f Fix detection of member operating status DRAIN
When querying the status from HAProxy all values get read as
strings. Because the check wrongly assumed integer type values
it never detected the DRAIN status.

Story: 2009817
Task: 44389

Change-Id: If7d68c95173b8da66050659d1fb86225880dafdd
2022-02-16 15:31:40 +01:00

6 lines
118 B
YAML

---
fixes:
- |
Correctly detect the member operating status "drain" when querying status
data from HAProxy.