Comment 8 for bug 1842937

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

Reviewed: https://review.opendev.org/688657
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e5650d19bf6ccb87dd7a4c67153a23cca70b3ab3
Submitter: Zuul
Branch: stable/train

commit e5650d19bf6ccb87dd7a4c67153a23cca70b3ab3
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)