Comment 13 for bug 1715126

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

Reviewed: https://review.openstack.org/600383
Committed: https://git.openstack.org/cgit/openstack/networking-ovn/commit/?id=6a423e51ee0940e14f362c806bb6239dbd0b6a88
Submitter: Zuul
Branch: stable/rocky

commit 6a423e51ee0940e14f362c806bb6239dbd0b6a88
Author: Lucas Alvares Gomes <email address hidden>
Date: Wed Aug 29 14:15:32 2018 +0100

    Fix gateway's router port marked as DOWN

    This patch is fixing a problem which left the external/gateway's router
    port with status DOWN even after the port was bound to a chassis.

    Since the Logical_Router_Port table in OVNNB does not have a "up" column
    (like the Logical_Switch_Port table has) the status of those ports can
    not be updpated based on it. Therefore, this patch uses the "chassis"
    column for that. If the router port has the "chassis" column in OVNNB
    database set, the binding and status ACTIVE will be set in Neutron
    otherwise it status will be udpated to DOWN (if it's not DOWN yet).

    Closes-Bug: #1715126
    Change-Id: I91026204eae6df18be47df02f99db2f95c428e2b
    (cherry picked from commit 3d575d19b850134044bba8b89cdb9953c17a5ca7)