~corey.bryant/charms/trusty/neutron-openvswitch/charm-proof-next

« back to all changes in this revision

Viewing changes to templates/icehouse/ml2_conf.ini

  • Committer: james.page at ubuntu
  • Date: 2014-10-03 11:20:54 UTC
  • mfrom: (32.1.3 neutron-openvswitch)
  • Revision ID: james.page@ubuntu.com-20141003112054-mtr0cu6623e84kj8
[gnuoy,r=james-page] Add support for configurable tenant network overlay types via neutron-api

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
bridge_mappings = physnet1:br-data
28
28
 
29
29
[agent]
30
 
tunnel_types = gre
 
30
tunnel_types = {{ overlay_network_type }}
31
31
l2_population = {{ l2_population }}
32
32
 
33
33
[securitygroup]