29 Jan
2024
29 Jan
'24
10:44 a.m.
Hi, Yes, it's possible, ML2/OVS is a supported driver in the Neutron project. You can follow this guide to install it using DevStack: https://docs.openstack.org/neutron/latest/contributor/testing/ml2_ovs_devsta... Also, here's a sample DevStack config for ML2/OVS: https://github.com/openstack/neutron/blob/master/devstack/ml2-ovs-local.conf... Hope this helps, Lucas On Mon, Jan 29, 2024 at 9:13 AM garcetto <garcetto@gmail.com> wrote:
good morning, devstack by default install ovn (and in particular l3 ovn agent), BUT i would like to install fwaas v2, that does NOT support ovn, so i would like to set devstack to use plain old ovs, IS IT POSSIBLE? thank you.