octavia/releasenotes/notes/Fix-failover-revert-port-leak-d9879523506c6ff3.yaml
Michael Johnson 0bfccba150 Fix port abandonment on failover flow revert
There was an issue in the failover flow, where if the failover flow reverted
after the VIP base (vrrp) port had been created, the revert would fail to
delete port as part of the revert. It did however log that it was not cleaning
up the port.
This patch corrects the issue such that VIP base ports get cleaned up on a
failover revert.

Change-Id: Iaf08c2bd229165638b4f7f850b26aaf899d540e1
2024-02-28 00:39:55 +00:00

8 lines
277 B
YAML

---
fixes:
- |
Fixed an issue when a failover reverts, a neutron port may get abandoned.
The issue was logged with "Failed to delete port",
"Resources may still be in use for a port intended for amphora", and
"Search for a port named octavia-lb-vrrp-<uuid>".