Comment 2 for bug 1842937

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

Reviewed: https://review.opendev.org/680413
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c952b5960001faf98186b630fde75deafe5a7b8f
Submitter: Zuul
Branch: master

commit c952b5960001faf98186b630fde75deafe5a7b8f
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