Add good defaults for tunnel overlay networks
This commit is contained in:
parent
54de3c5a4d
commit
6d1a4eb436
@ -1,3 +1,13 @@
|
|||||||
[ml2]
|
[ml2]
|
||||||
mechanism_drivers = openvswitch,l2population
|
mechanism_drivers = openvswitch,l2population
|
||||||
extension_drivers = port_security
|
extension_drivers = port_security
|
||||||
|
tenant_network_types = geneve,gre,vxlan
|
||||||
|
|
||||||
|
[ml2_type_geneve]
|
||||||
|
vni_ranges = 1:65535
|
||||||
|
|
||||||
|
[ml2_type_gre]
|
||||||
|
tunnel_id_ranges = 1:65535
|
||||||
|
|
||||||
|
[ml2_type_vxlan]
|
||||||
|
vni_ranges = 1:65535
|
||||||
|
Loading…
Reference in New Issue
Block a user