Reviewed: https://review.opendev.org/c/openstack/neutron/+/806424 Committed: https://opendev.org/openstack/neutron/commit/903e66e8e73600fcc251fb5e8ad85d88171bf95b Submitter: "Zuul (22348)" Branch: master
commit 903e66e8e73600fcc251fb5e8ad85d88171bf95b Author: Jakub Libosvar <[email protected]> Date: Fri Aug 27 17:10:42 2021 +0200 ovn: Consider all router ports in is_lsp_router_port() The function considered only device owners known to OVN. On migrated environments the device owner could be different. The codebase contains a constant tuple containing all router port device owners. This patch uses the constant instead. Change-Id: I026ac8ea9c35a425470a2eaede35b3bfeba259c3 Closes-bug: #1941902 Signed-off-by: Jakub Libosvar <[email protected]> ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1941902 Title: is_lsp_router_port() doesn't consider all router device owners Status in neutron: Fix Released Bug description: On environments migrated from ml2/ovs the is_lsp_router_port() ovn function doesn't cover all router ports from ml2/ovs. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1941902/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

