octavia/releasenotes/notes/fix-disable-udp-listener-status-3d34a5596e62da1c.yaml
Gregory Thiemonge bb4f50f798 Fix operational status for disabled UDP listeners
Disabled UDP listeners appeared as ONLINE, as the heartbeat message
always showed listeners as OPEN, even if disabled.

This commit fixes the configuration file for UDP listeners, previously
enabling or disabling a UDP listener created the same config file. Now
disabling a UDP listener explicitly adds a comment in the file.

Based on this comment, the heartbeat message doesn't include status
updates for disabled UDP listeners.

Story: 2007979
Task: 40605

Change-Id: I400dde533f78bc14ee568bfd9714eafac97e8a39
2020-08-05 18:41:25 +02:00

7 lines
239 B
YAML

---
fixes:
- |
Fix operational status for disabled UDP listeners. The operating status of
disabled UDP listeners is now OFFLINE instead of ONLINE, the behavior is now
similary to the behavior of HTTP/HTTPS/TCP/... listeners.