Comment 10 for bug 1974052

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

Reviewed: https://review.opendev.org/c/openstack/ovn-octavia-provider/+/844058
Committed: https://opendev.org/openstack/ovn-octavia-provider/commit/abc1a24475c7d583f87f7b0035c1af40a3247d51
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit abc1a24475c7d583f87f7b0035c1af40a3247d51
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)