Skip to content

Commit 1326c5c

Browse files
authored
Merge pull request #754 from rackerlabs/tenant-vxlan
feat(neutron): set default tenant network to vxlan
2 parents f8c5aa8 + ad90238 commit 1326c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/neutron/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ conf:
5656
# set the default ml2 backend to our plugin, neutron_understack
5757
# we'll need to use the ovn ML2 plugin to hook the routers to our network
5858
mechanism_drivers: "understack,ovn"
59-
tenant_network_types: "vlan"
59+
tenant_network_types: "vxlan"
6060
type_drivers: "vlan,vxlan"
6161
ml2_type_vxlan:
6262
# OSH sets a default range here but we want to use network_segment_range plugin

0 commit comments

Comments
 (0)