0bfccba150
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
8 lines
277 B
YAML
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>".
|