Comment 15 for bug 1965732

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ovn-octavia-provider (stable/ussuri)

Reviewed: https://review.opendev.org/c/openstack/ovn-octavia-provider/+/835660
Committed: https://opendev.org/openstack/ovn-octavia-provider/commit/43423d6dafaa1939413d40aea24670d9746c5f4e
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 43423d6dafaa1939413d40aea24670d9746c5f4e
Author: Fernando Royo <email address hidden>
Date: Tue Mar 29 18:04:02 2022 +0200

    Avoid loadbalancer stuck in PENDING_X if delete_vip_port fails

    If either on a failed loadbalancer creation action, or in a loadbalancer
    deletion, the delete_vip_port fails with a different exception than
    PortNotFound (for instance, if neutron API is unreachable at that time),
    the loadbalancer will remain stuck in PENDING_X, as the ERROR status
    is not returned

    Closes-Bug: #1965732
    (manually cherry picked from commit 28c50d9147fed8e9757ba073929ce5a547e90f03)

    Change-Id: I7701ac3ab7358d4ab061645a7221a541cd183aa7