From 8f3158f53428c4295805113595ede92557f3849f Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 2 Dec 2015 19:44:53 +0000 Subject: [PATCH] Enable Neutron prevent_arp_spoofing by default This patch changes the linuxbridge agent configuration to respect the upstream value for prevent_arp_spoofing, which is True. Note: This should only be backported to Liberty for a minor release as this is a major functional change in the way that instances connect to networks. UpgradeImpact Closes-Bug: #1522379 Change-Id: I13d697cb78b6df35c4d75168b0e662ecbc8ebde8 --- .../os_neutron/templates/plugins/ml2/linuxbridge_agent.ini.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/roles/os_neutron/templates/plugins/ml2/linuxbridge_agent.ini.j2 b/playbooks/roles/os_neutron/templates/plugins/ml2/linuxbridge_agent.ini.j2 index 823b6ff87c..d471e3bb8e 100644 --- a/playbooks/roles/os_neutron/templates/plugins/ml2/linuxbridge_agent.ini.j2 +++ b/playbooks/roles/os_neutron/templates/plugins/ml2/linuxbridge_agent.ini.j2 @@ -25,7 +25,6 @@ enable_vxlan = False # Agent [agent] -prevent_arp_spoofing = False # Security groups [securitygroup]