Reviewed: https://review.opendev.org/c/openstack/neutron/+/910889 Committed: https://opendev.org/openstack/neutron/commit/b8953b543af0041fa2f3954271d8a8404c9e7a1c Submitter: "Zuul (22348)" Branch: master
commit b8953b543af0041fa2f3954271d8a8404c9e7a1c Author: Rodolfo Alonso Hernandez <[email protected]> Date: Mon Mar 4 10:39:30 2024 +0000 [OVN] Enable "ha" API flag for OVN routers The "ha" API flag is now enabled for the OVN routers. Because of the current implementation, this flag must be always "True". When a new router is created, this flag is always set. If an OVN router is explicitly created or updated with "--no-ha" (ha=False), the server will raise an InvalidInput exception. Depends-On: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/911081 Closes-Bug: #2020823 Change-Id: I60ff33680dd5397a226a9051d51bfb0701f862b5 ** 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/2020823 Title: [RFE] Add flavor/service provider support to routers in the L3 OVN plugin Status in neutron: Fix Released Bug description: Operators have expressed interest in being able to create and operate virtual routers with different flavors under the OVN L3 plugin. This RFE proposes: 1) Disentangle the management of OVN routers from the OVN L3 plugin and move the associated functionality to a driver, that would be the default driver under the ML2/OVN mechanism driver. 2) Allow operators to define other drivers under the OVN L3 plugin, that will allow the creation and management of virtual routers flavors implemented in other back-ends outside of OVN A proof of concept patch has been pushed to Gerrit to illustrate the intent of this proposal: https://review.opendev.org/c/openstack/neutron/+/883988 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2020823/+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

