From 86eb25eafdebf5d45b5947f2926279824b80ff61 Mon Sep 17 00:00:00 2001 From: Roey Chen Date: Thu, 19 Feb 2015 03:50:04 -0800 Subject: [PATCH] VMware NSXv: Add configuration options to nsx.ini Adds option to control the use of spoofguard component in NSXv Change-Id: Iaef46618887a2058b2f9fdbc4eabdb357c444cb3 Signed-off-by: Roey Chen --- etc/neutron/plugins/vmware/nsx.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/neutron/plugins/vmware/nsx.ini b/etc/neutron/plugins/vmware/nsx.ini index 41ecef497..80ba2fbe9 100644 --- a/etc/neutron/plugins/vmware/nsx.ini +++ b/etc/neutron/plugins/vmware/nsx.ini @@ -122,6 +122,10 @@ # (Optional) Shared secret to sign metadata requests # metadata_shared_secret = +# (Optional) Indicates if Nsxv spoofguard component is used to implement +# port-security feature. +# spoofguard_enabled = True + [nsx] # Maximum number of ports for each bridged logical switch # The recommended value for this parameter varies with NSX version -- 2.45.2