Comment 42 for bug 2002687

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/910332
Committed: https://opendev.org/openstack/neutron/commit/ae9749a5e3118fd5b69fd483705848328ab03211
Submitter: "Zuul (22348)"
Branch: master

commit ae9749a5e3118fd5b69fd483705848328ab03211
Author: Frode Nordahl <email address hidden>
Date: Tue Feb 27 08:45:34 2024 +0100

    [ovn] Ensure all routes are deleted when deleting ExtGw

    The current DeleteLRouterExtGwCommand stops iterating over static
    routes once the first route with a ovn_const.OVN_ROUTER_IS_EXT_GW
    external_id is found.

    There can be multiple static routes with this external ID, so
    this patch continues iteration until all external routes are
    removed and adds a unit test for this condition.

    Trivial-Fix
    Partial-Bug: #2002687
    Change-Id: Ie43abd8bf511e12a0f64c10bafeaafc0823a2076
    Signed-off-by: Frode Nordahl <email address hidden>