This commit is contained in:
Edward Hope-Morley 2015-02-12 12:18:30 +00:00
parent b2f181fabe
commit b1e7e2c0d8
1 changed files with 5 additions and 0 deletions

View File

@ -7,3 +7,8 @@ local_ip = {{ local_ip }}
tenant_network_type = gre
enable_tunneling = True
tunnel_id_ranges = 1:1000
[agent]
{% if veth_mtu -%}
veth_mtu = {{ veth_mtu }}
{% endif %}