ansible/roles/cloud_compute/templates/neutron_plugin.ini.j2
Patrick Uiterwijk 4bfa4241c2 This has a local IP in it, thus is a template
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-12-02 00:21:10 +00:00

26 lines
455 B
Django/Jinja

[ml2]
type_drivers = local,flat,gre
tenant_network_types = gre
mechanism_drivers = openvswitch
[ml2_type_flat]
[ml2_type_vlan]
[ml2_type_gre]
tunnel_id_ranges = 1:1000
[ml2_type_vxlan]
[securitygroup]
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
enable_security_group = True
[ovs]
local_ip = {{ compute_private_ip }}
tunnel_type = gre
tunnel_types = gre
enable_tunneling = True
[agent]
tunnel_types = gre