Comment 2 for bug 1974052

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

Reviewed: https://review.opendev.org/c/openstack/ovn-octavia-provider/+/842382
Committed: https://opendev.org/openstack/ovn-octavia-provider/commit/28d378868fc6ad005f82ef96e573766de68e4d37
Submitter: "Zuul (22348)"
Branch: master

commit 28d378868fc6ad005f82ef96e573766de68e4d37
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