Comment 14 for bug 1965772

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

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

commit e9733c73f6200150b1a6ffdb9fc63d65ea578f62
Author: Fernando Royo <email address hidden>
Date: Fri Apr 22 13:30:59 2022 +0200

    Fix request to OVN NB DB API

    Patch [1] introduces HM to OVN Octavia provider, by error it
    makes an wrong request to OVN NB DB API when a health_monitor
    event is received, in order to search the Load Balancer related
    with the event received. The request is done call using data from
    members related and the protocol (it is an array).

    This patch fix that request to be well formed.

    [1] https://review.opendev.org/c/openstack/ovn-octavia-provider/+/801890

    Partial-Bug: #1965772

    Change-Id: I1348704a7a0538f570237e9687f5d770159c1392
    (cherry picked from commit 61a56dc37754ac8daf8be33547b5774728020994)