Reviewed: https://review.opendev.org/c/openstack/neutron/+/861719 Committed: https://opendev.org/openstack/neutron/commit/2272b9be9515553c41a791b7c7b518696c4a2ebb Submitter: "Zuul (22348)" Branch: master
commit 2272b9be9515553c41a791b7c7b518696c4a2ebb Author: Luca Czesla <[email protected]> Date: Tue Oct 18 08:33:01 2022 +0000 Add address scope to the OVN LSP port registers To be able to filter on the address scope of the ports in the ovn-bgp-agent we add the address scope of the subnet pool to each LSP port in the northbound. Northd writes it to the southbound so the ovn-bgp-agent has access to it. The ovn-bgp-agent talks directly to the southbound to announce the networks via BGP that match the configured address scope. Change-Id: Ieb4cab11068747bd79868c6eb1778aab91447c30 Closes-Bug: #1996741 ** 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/1996741 Title: [RFE] add address scope to OVN Southbound/Northbound Status in neutron: Fix Released Bug description: In the past, we used the Neutron Dynamic Routing agent to announce our non-SNATed tenant networks via BGP. The Neutron Dynamic Routing does not work with OVN. To be able to use the ovn-bgp-agent as a replacement and to be able to filter on the address scope there as well, the address scope should be written into the OVN databases. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1996741/+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

