gate_hook: configure range of GRE ids
lib/neutron doesn't configure for gre by default, so we need to set the range of tunnel ids ourselves if we ever want to switch to the new devstack library. Change-Id: I205dde23d1e9f219736f4a5df40b4542dcd97586
This commit is contained in:
parent
f772094105
commit
8b5dc9c14c
@ -10,3 +10,6 @@ type_drivers=flat,geneve,vlan,gre,local,vxlan
|
||||
|
||||
[ml2_type_vxlan]
|
||||
vni_ranges = 1:2000
|
||||
|
||||
[ml2_type_gre]
|
||||
tunnel_id_ranges = 1:1000
|
||||
|
Loading…
Reference in New Issue
Block a user