Comment 11 for bug 1974052

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/+/844059
Committed: https://opendev.org/openstack/ovn-octavia-provider/commit/1b162af1adfd18b14d16d941543e166084d8c185
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 1b162af1adfd18b14d16d941543e166084d8c185
Author: Fernando Royo <email address hidden>
Date: Tue May 31 15:44:04 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
    (manually cherry picked from commit 28d378868fc6ad005f82ef96e573766de68e4d37)

    Change-Id: I04edbbd631f63b79c10916ce2391bb0cb95c1c19