Comment 9 for bug 2003997

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

commit a0d855a743181c72830766a41bda04f45c78bca3
Author: Luis Tomas Bolivar <email address hidden>
Date: Thu Jan 26 17:04:55 2023 +0100

    Remove LB from LS belonging to provider networks

    In core OVN, LBs on switches with localnet ports (i.e., neutron
    provider networks) don't work if traffic comes from localnet [1]

    In order to force NAT to happen at the virtual router instead
    of the LS level, when the VIP of the LoadBalancer is associated
    to a provider network we should avoid adding the LB to the
    LS associated to the provider network

    [1] https://bugzilla.redhat.com/show_bug.cgi?id=2164652

    Closes-Bug: #2003997

    Change-Id: I009ddd2604d208bbf793e2d19d4195b77726f7b2
    (cherry picked from commit d10feb642f2adacb90c83e383fd387e8f4e87295)