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:
Ihar Hrachyshka 2017-09-13 21:40:56 -06:00
parent f772094105
commit 8b5dc9c14c
1 changed files with 3 additions and 0 deletions

View File

@ -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