octavia/releasenotes/notes/fix-qos-apply-after-failover-561abbd153ab88ee.yaml
Gregory Thiemonge c3481d04a2 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
2021-11-09 11:58:08 +01: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.