Comment 9 for bug 1974052

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

Reviewed: https://review.opendev.org/c/openstack/ovn-octavia-provider/+/844057
Committed: https://opendev.org/openstack/ovn-octavia-provider/commit/1aa4be5bd11c231a5fac5bb14d7c9347ae504c4a
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 1aa4be5bd11c231a5fac5bb14d7c9347ae504c4a
Author: Fernando Royo <email address hidden>
Date: Wed May 18 17:28:43 2022 +0200

    Fix Load balancer remains on PENDING_CREATE

    On LB creation process, when heavy load env situation
    arises, neutron client could return several errors
    that is currently not under control. At this way
    Octavia API is not receiving an update status and LB
    keeps on PENDING_CREATE without any apparent error.

    This patch cover error on request over neutron client
    (subnet, list ports...) in order to update to Octavia
    API with ERROR status in case this situation achieved.

    Closes-Bug: #1974052

    Change-Id: I04edbbd631f63b79c10916ce2391bb0cb95c1c19
    (cherry picked from commit 28d378868fc6ad005f82ef96e573766de68e4d37)