Comment 15 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/+/877831
Committed: https://opendev.org/openstack/neutron/commit/d67d1c273668ad4bb0d6906b7684f4a7b095c8d4
Submitter: "Zuul (22348)"
Branch: master

commit d67d1c273668ad4bb0d6906b7684f4a7b095c8d4
Author: Frode Nordahl <email address hidden>
Date: Fri Mar 17 18:42:53 2023 +0100

    [ovn] Drop use of OVN_GW_PORT_EXT_ID_KEY

    At present Neutron maintains an external_id on the
    Logical_Router (LR) representing the gw port (singluar). This
    is problematic when introducing multiple gateway ports.

    Instead we can find Logical Router Port (LRP) that act as
    gateways for the LR at runtime by looking for configuration
    present on all GW ports.

    Partial-Bug: #2002687
    Signed-off-by: Frode Nordahl <email address hidden>
    Needed-By: I95a0d5f1b7aef985df5625cd83222799db811f2b
    Change-Id: I8a915dca1410c70bdfe7a2d72931921d2a1a265e