Hello guys,
I have deployed an Openstack Cloud based on Ubuntu 22.04 and Yoga versions. Whenever I create a new tenant network, by default it gets assigned an encapsulation of type geneve. I have configured the following options on neutron-api
default-tenant-network-type: vxlan
vni-ranges: 100:69999
overlay-network-type: vxlan
However, I assume that neutron-api-plugin-ovn charm has something to do with everything being geneve. Is that charm really necessary? For compatibility reasons I would like to use VXLAN instead of geneve, at least for the time being.
Thank you in advance.