Comment 6 for bug 1842937

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

Reviewed: https://review.opendev.org/688659
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=626eca984f08b0c073d7a1be29f5075e0324dabe
Submitter: Zuul
Branch: stable/stein

commit 626eca984f08b0c073d7a1be29f5075e0324dabe
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu Sep 5 10:34:26 2019 +0000

    Handle ports assigned to routers without routerports

    In the case of having a port attached to a router but the routerport
    register is missing (as seen in the bug reported), this patch retrieves
    the full list of ports attached to a router, filtering by router ID
    and network ID or port ID. In case of having a port attached to this
    router with missing routerport register, a warning message is logged.

    Closes-Bug: #1842937

    Change-Id: I93f35eade6aa081160902d9d47278123815c04d1
    (cherry picked from commit c952b5960001faf98186b630fde75deafe5a7b8f)
    (cherry picked from commit e5650d19bf6ccb87dd7a4c67153a23cca70b3ab3)