From ad90238bb8048c73c9f10ae4742ed2e8ffab2844 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Wed, 5 Mar 2025 13:08:09 -0600 Subject: [PATCH] feat(neutron): set default tenant network to vxlan Our networks are based on L2VNI so we need to have this defaulting to vxlan. --- components/neutron/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/neutron/values.yaml b/components/neutron/values.yaml index 4879c3e34..377e9be6b 100644 --- a/components/neutron/values.yaml +++ b/components/neutron/values.yaml @@ -56,7 +56,7 @@ conf: # set the default ml2 backend to our plugin, neutron_understack # we'll need to use the ovn ML2 plugin to hook the routers to our network mechanism_drivers: "understack,ovn" - tenant_network_types: "vlan" + tenant_network_types: "vxlan" type_drivers: "vlan,vxlan" ml2_type_vxlan: # OSH sets a default range here but we want to use network_segment_range plugin