36 lines
928 B
INI
Raw Normal View History

2014-03-31 23:23:32 +01:00
###############################################################################
# [ WARNING ]
# Configuration file maintained by Juju. Local changes may be overwritten.
###############################################################################
2013-12-18 09:50:58 +00:00
[ml2]
type_drivers = gre,vxlan,vlan,flat
tenant_network_types = gre,vxlan,vlan,flat
2015-09-14 18:07:45 +03:00
mechanism_drivers = openvswitch,hyperv,l2population
2013-12-18 09:50:58 +00:00
[ml2_type_gre]
tunnel_id_ranges = 1:1000
2013-12-18 09:50:58 +00:00
[ml2_type_vxlan]
vni_ranges = 1001:2000
[ml2_type_vlan]
2015-03-03 14:24:07 +08:00
network_vlan_ranges = {{ vlan_ranges }}
[ml2_type_flat]
2015-03-03 14:24:07 +08:00
flat_networks = {{ network_providers }}
2013-12-18 09:50:58 +00:00
[ovs]
enable_tunneling = True
local_ip = {{ local_ip }}
2015-02-11 16:28:12 +00:00
bridge_mappings = {{ bridge_mappings }}
2013-12-18 09:50:58 +00:00
[agent]
tunnel_types = {{ overlay_network_type }}
l2_population = {{ l2_population }}
2015-02-12 13:50:21 +00:00
{% if veth_mtu -%}
veth_mtu = {{ veth_mtu }}
{% endif %}
2013-12-18 09:50:58 +00:00
[securitygroup]
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver