octavia/releasenotes/notes/fix-qos-apply-after-failover-561abbd153ab88ee.yaml
Gregory Thiemonge 8b28293ddb Fix PortNotFound exception when updating a LB after a failover
The ApplyQos task applied the qos policy on the VRRP ports of all the
amphorae linked to a load balancer, including amphorae in DELETED
status. It triggered an ERROR when updating a LB (with a qos policy)
after a failover.

Story 2009667
Task 43894

Change-Id: I876fd91fb40d9250381bbb37f8148b53692a7d8d
(cherry picked from commit c3481d04a2)
(cherry picked from commit 328ffc00cf)
2022-08-23 15:54:51 +02:00

7 lines
235 B
YAML

---
fixes:
- |
Fix a bug when updating a load balancer with a QoS policy after a failover,
Octavia attempted to update the VRRP ports of the deleted amphorae, moving
the provisioning status of the load balancer to ERROR.