octavia/releasenotes/notes/fix-empty-udp-pool-status-3171950628898468.yaml
Gregory Thiemonge 2954370e38 Fix operating status for empty UDP pools
Fix empty UDP pools status: a UDP pool without members went OFFLINE
instead of ONLINE.

This commit changes the keepalived configuration with empty pools:
the configuration now contains a virtual_server and a comment about the
existing pool. This comment is used by the get_udp_listener_pool_status
to detect that the pool exists and is not offline.

Story 2007984
Task 40610

Change-Id: I30e23ca13d033d77c8ebdabbfdc7b54556a9466b
2020-11-20 14:14:56 +01:00

6 lines
158 B
YAML

---
fixes:
- |
Fix an incorrect ``operating_status`` with empty UDP pools. A UDP pool
without any member is now ``ONLINE`` instead of ``OFFLINE``.