Merge "Expand VLAN range" into main

This commit is contained in:
Zuul 2024-01-16 10:12:14 +00:00 committed by Gerrit Code Review
commit 77a7d66295

View File

@ -182,7 +182,7 @@ class OVNContext(sunbeam_ctxts.ConfigContext):
"path_mtu": "1500",
"tunnel_id_ranges": "1:1000",
"vni_ranges": "1001:2000",
"network_vlan_ranges": "physnet1:1000:2000",
"network_vlan_ranges": "physnet1:1:4094",
"flat_networks": "physnet1",
"enable_tunneling": "True",
"local_ip": "127.0.0.1",