Bug 1305397

Summary: [docs] [neutron] Open vSwitch `prevent_arp_spoofing` is disabled by default in osp7
Product: Red Hat OpenStack Reporter: Martin Lopes <mlopes>
Component: documentationAssignee: Martin Lopes <mlopes>
Status: CLOSED NOTABUG QA Contact: RHOS Documentation Team <rhos-docs>
Severity: high Docs Contact:
Priority: high    
Version: 7.0 (Kilo)CC: dsneddon, yeylon
Target Milestone: ---Keywords: Documentation
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-10 03:17:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Martin Lopes 2016-02-08 00:28:29 UTC
Open vSwitch `prevent_arp_spoofing` is disabled by default in osp7, but enabled by default in osp8.
For example, this value is present in my osp8 lab:

----
/etc/neutron/plugins/ml2/openvswitch_agent.ini
prevent_arp_spoofing = True
----

But is commented out in osp7:

----
/etc/neutron/plugins/ml2/openvswitch_agent.ini
# prevent_arp_spoofing = False
----

The capabilities of this feature need to be highlighted in the osp7 docs.

Comment 6 Martin Lopes 2016-02-10 03:17:15 UTC
Based on feedback from Dan, this bug is superfluous for RH supported environments. Closing bug.