33 lines
845 B
INI
33 lines
845 B
INI
###############################################################################
|
|
# [ WARNING ]
|
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
|
###############################################################################
|
|
[ml2]
|
|
type_drivers = gre,vxlan,vlan,flat
|
|
tenant_network_types = gre,vxlan,vlan,flat
|
|
mechanism_drivers = openvswitch,l2population
|
|
|
|
[ml2_type_gre]
|
|
tunnel_id_ranges = 1:1000
|
|
|
|
[ml2_type_vxlan]
|
|
vni_ranges = 1001:2000
|
|
|
|
[ml2_type_vlan]
|
|
network_vlan_ranges = physnet1:1000:2000
|
|
|
|
[ml2_type_flat]
|
|
flat_networks = physnet1
|
|
|
|
[ovs]
|
|
enable_tunneling = True
|
|
local_ip = {{ local_ip }}
|
|
bridge_mappings = physnet1:br-data
|
|
|
|
[agent]
|
|
tunnel_types = {{ overlay_network_type }}
|
|
l2_population = {{ l2_population }}
|
|
|
|
[securitygroup]
|
|
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
|