-
Notifications
You must be signed in to change notification settings - Fork 2
/
ml2_conf.ini
42 lines (33 loc) · 843 Bytes
/
ml2_conf.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[ml2]
type_drivers = flat,vlan,vxlan,local
tenant_network_types = vxlan,flat,vlan
mechanism_drivers = linuxbridge,l2population
[ml2_type_flat]
flat_networks = vlan
[ml2_type_vlan]
network_vlan_ranges = vlan:1:1
[vlans]
tenant_network_type = vlan
network_vlan_ranges = vlan:1:1
[ml2_type_vxlan]
vxlan_group =
vni_ranges = 1:1000
[vxlan]
enable_vxlan = True
vxlan_group =
local_ip = 172.29.240.170
l2_population = True
[agent]
tunnel_types = vxlan
## VXLAN udp port
# This is set for the vxlan port and while this
# is being set here it's ignored because
# the port is assigned by the kernel
vxlan_udp_port = 4789
[linux_bridge]
physical_interface_mappings = vxlan:eth10,vlan:eth11
[l2pop]
agent_boot_time = 180
[securitygroup]
enable_security_group = True
firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver