octavia/releasenotes/notes/fix-error-on-delete-with-broken-amp-10d7f4e85754d7ee.yaml
Gregory Thiemonge 96870916e0 Fix error when deleting LB with broken amp
If a load balancer has some broken amps (amphora was unsuccessfully
created, entry exists in the DB but with missing fields), the deletion
of the load balancer fails because octavia is calling delete_port with
None.

Closes-Bug: #2037951
Change-Id: I020ded6e1735ea56da46c5170292ba88ad639103
2023-10-02 02:56:41 -04:00

7 lines
230 B
YAML

---
fixes:
- |
Fixed a potential issue when deleting a load balancer with an amphora that
was not fully created, the deletion may have failed when deallocating the
VIP port, leaving the load balancer in ERROR state.