Comment 16 for bug 1843485

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

Reviewed: https://review.opendev.org/688003
Committed: https://git.openstack.org/cgit/openstack/networking-ovn/commit/?id=919eaabd5d94ed4838ba9c471b5a2e31fd5f08e1
Submitter: Zuul
Branch: stable/queens

commit 919eaabd5d94ed4838ba9c471b5a2e31fd5f08e1
Author: Flavio Fernandes <email address hidden>
Date: Thu Sep 12 18:32:34 2019 -0400

    Do not lose router logical port upon subnet add on the external net

    Prior to this patch, logical port used by the router to the external
    network was lost if subnet was added to that network. That was
    caused by missing explicit delete call in DelLRouterPortCommand.

    Also added functional test to exercise this particular code path:
      test_router::test_gateway_chassis_with_subnet_changes()

    Closes-Bug: #1843485
    Co-authored-by: Daniel Alvarez <email address hidden>
    Co-authored-by: Terry Wilson <email address hidden>
    Signed-off-by: Flavio Fernandes <email address hidden>

    Change-Id: I3e9d62ffc5eab396e983c0769e53d2d1f35644f6
    (cherry picked from commit 92142f3165806527e33a4544162ad4eb301e8436)