Can't get ride on neutron error
Parameter CONFIG_NEUTRON_L2_AGENT: You have chosen OVN Neutron backend. Note that this backend does not support the VPNaaS or FWaaS services. Geneve will be used as the encapsulation method for tenant networks.
used command : packstack --allinone --provision-demo=n --os-neutron-ovs-bridge-mappings=extnet:br-ex --os-neutronml2-type-drivers=vxlan,flat
It's a warning, not an error. If you want to get rid of it, configure OVS. This is what I did: https://ask.openstack.org/en/question...
but this warning cant make an issue to openstack work process ?
It affects VPNaaS and FWaaS. They can't be used.
Also, your option
--os-neutron-ovs-bridge-mappings=extnet:br-ex
only concerns Openvswitch and will have no effect, or it might even create a conflict.im not using vpnaas and fwaaas , but whats make no sense its when i configure answer file using ur solution (ML2 mechanism driver OVN instead of Openvswitch, and type driver Geneve instead of VXLAN) , i have same warrning and i cant access the dashboard !
My solution is to not use OVN.