~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: 2014-10-07 08:28:01 UTC
  • mfrom: (50.1.1 trunk)
  • Revision ID: james.page@ubuntu.com-20141007082801-14pj7k6sa2zjr934
[james-page,r=gnuoy] Complete hyperv support in neutron.

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
8
 
tenant_network_types = gre,vxlan
9
 
mechanism_drivers = openvswitch,l2population
 
7
type_drivers = gre,vxlan,vlan,flat
 
8
tenant_network_types = gre,vxlan,vlan,flat
 
9
mechanism_drivers = openvswitch,hyperv,l2population
10
10
 
11
11
[ml2_type_gre]
12
12
tunnel_id_ranges = 1:1000
14
14
[ml2_type_vxlan]
15
15
vni_ranges = 1001:2000
16
16
 
 
17
[ml2_type_vlan]
 
18
network_vlan_ranges = physnet1:1000:2000
 
19
 
 
20
[ml2_type_flat]
 
21
flat_networks = physnet1
 
22
 
17
23
[ovs]
18
24
enable_tunneling = True
19
25
local_ip = {{ local_ip }}