~openstack-charmers-archive/charms/trusty/neutron-api/trunk

« back to all changes in this revision

Viewing changes to templates/kilo/ml2_conf.ini

  • Committer: james.page at ubuntu
  • Date: 2015-08-10 16:36:03 UTC
  • Revision ID: james.page@ubuntu.com-20150810163603-dkljzhi0g4ktvzjs
Tags: 15.07
[gnuoy] 15.07 Charm release

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Configuration file maintained by Juju. Local changes may be overwritten.  
5
5
###############################################################################
6
6
[ml2]
7
 
type_drivers = gre,vxlan,vlan,flat
8
 
tenant_network_types = gre,vxlan,vlan,flat
 
7
type_drivers = {{ overlay_network_type }},vlan,flat
 
8
tenant_network_types = {{ overlay_network_type }},vlan,flat
9
9
mechanism_drivers = openvswitch,l2population
10
10
 
11
11
[ml2_type_gre]