summaryrefslogtreecommitdiff
path: root/roles/devcloud/templates/linuxbridge_agent.ini
diff options
context:
space:
mode:
Diffstat (limited to 'roles/devcloud/templates/linuxbridge_agent.ini')
-rw-r--r--roles/devcloud/templates/linuxbridge_agent.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/roles/devcloud/templates/linuxbridge_agent.ini b/roles/devcloud/templates/linuxbridge_agent.ini
new file mode 100644
index 00000000..99f416ad
--- /dev/null
+++ b/roles/devcloud/templates/linuxbridge_agent.ini
@@ -0,0 +1,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