~james-page/charms/trusty/quantum-gateway/l2pop

« back to all changes in this revision

Viewing changes to templates/icehouse/ml2_conf.ini

  • Committer: james.page at ubuntu
  • Date: 2014-06-17 12:42:18 UTC
  • Revision ID: james.page@ubuntu.com-20140617124218-qpj1rzi1hj2daxnp
Add vxlan to supported tunnel types

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
enable_tunneling = True
15
15
local_ip = {{ local_ip }}
16
16
[agent]
17
 
tunnel_types = gre
 
17
tunnel_types = gre,vxlan
18
18
l2_population = True
19
19
[securitygroup]
20
20
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver