octavia/releasenotes/notes/fix-disabled-udp-pool-3e84558f996017d5.yaml
Gregory Thiemonge f4b32ac313 Fix disabled UDP pools
Disabling a UDP pool didn't disable it correctly, requests were still
forwarded to the members.
Now, when disabling a UDP pool, the members are removed from the
configuration file.

Story 2010011
Task 45164

Change-Id: I7d92b011455d95a2df7782984b8f4648d4b00941
2022-04-26 09:28:45 +02:00

6 lines
159 B
YAML

---
fixes:
- |
Fix disabled UDP pools. Disabled UDP pools were marked as "OFFLINE" but the
requests were still forwarded to the members of the pool.