~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to templates/icehouse/ml2_conf.ini

  • Committer: James Page
  • Date: 2015-09-09 07:48:54 UTC
  • mfrom: (120.2.6 trunk)
  • Revision ID: james.page@ubuntu.com-20150909074854-ux3q016k4xlzn5x6
[1chb1n,r=james-page] Resync helpers, update amulet tests to avoid races, enable vivid-kilo testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
type_drivers = local,flat
9
9
mechanism_drivers = calico
10
10
{% else -%}
11
 
type_drivers = {{ overlay_network_type }},vlan,flat,local
12
 
tenant_network_types = {{ overlay_network_type }},vlan,flat,local
 
11
type_drivers = {{ overlay_network_type }},vlan,flat
 
12
tenant_network_types = {{ overlay_network_type }},vlan,flat
13
13
mechanism_drivers = openvswitch,hyperv,l2population
14
14
 
15
15
[ml2_type_gre]