summaryrefslogtreecommitdiff
path: root/roles/devcloud/templates/linuxbridge_agent.ini
blob: 99f416adfb328004e434a56c22904083d10b84f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# MANAGED BY ANSIBLE - DO NOT HAND EDIT!
[linux_bridge]
physical_interface_mappings = public:eno1

[vxlan]
enable_vxlan = True
local_ip = {{ansible_default_ipv4.address}}
l2_population = True

[agent]
prevent_arp_spoofing = True

[securitygroup]
enable_security_group = True
firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver