octavia/releasenotes/notes/Fix-failover-ip-addresses-exhausted-69110b2fa4683e1a.yaml
Michael Johnson e3ab49c60a Fix LB failover when IP addresses exhausted
When a load balancer failover was performed on a load balancer where
the VIP address is on a subnet that has no IP addresses available,
the VIP address may be deactivated.
This patch corrects the failover flow to not deallocate the VIP
address on a failover revert flow due to the subnet being out of
IP addresses.

Story: 2008625
Task: 41827
Change-Id: I1fe342d2bdf1301dd89ab7dfaa8e6a23e69c252b
2021-03-04 23:50:32 +00:00

6 lines
159 B
YAML

---
fixes:
- |
Fixes an issue with load balancer failover, when the VIP subnet is out of
IP addresses, that could lead to the VIP being deallocated.