Comment 13 for bug 2057942

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/919516
Committed: https://opendev.org/openstack/neutron/commit/12bb563ae7e642161abe9ded75dcc411fa6229ea
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit 12bb563ae7e642161abe9ded75dcc411fa6229ea
Author: Brian Haley <email address hidden>
Date: Fri Mar 15 10:53:41 2024 -0400

    [stable/2023.2 only] Fix incorrect cherry-pick for ext gw

    A cherry pick [0] to fix log warnings accidentally had
    code that only supported multiple external gateways,
    which wasn't merged until 2024.1. Change to conform to
    2023.2 code where there is only one external_gateway_info
    object in a router.

    [0] https://review.opendev.org/c/openstack/neutron/+/908823/

    Closes-bug: #2057942
    Change-Id: I340bc7a83a65d20ec66edcb505784dfad2372d9f
    (cherry picked from commit 9bb37523a50c3d5b8f062c15ec21719904c094ab)