From 9c47f132e2966402c2aa03b1a0fb876e223b230d Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 7 May 2014 12:45:32 +0900 Subject: [PATCH] eswitch_neutron_agent: Whitespace fixes in comments Change-Id: I81ac1e6240c28f1544ff9be61761a5c58135557c --- neutron/plugins/mlnx/agent/eswitch_neutron_agent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neutron/plugins/mlnx/agent/eswitch_neutron_agent.py b/neutron/plugins/mlnx/agent/eswitch_neutron_agent.py index 83ce00956..12915331e 100644 --- a/neutron/plugins/mlnx/agent/eswitch_neutron_agent.py +++ b/neutron/plugins/mlnx/agent/eswitch_neutron_agent.py @@ -74,7 +74,7 @@ class EswitchManager(object): def port_down(self, network_id, physical_network, port_mac): """Sets port to down. - Check internal network map for port data. + Check internal network map for port data. If port exists set port to Down """ for network_id, data in self.network_map.iteritems(): @@ -89,7 +89,7 @@ class EswitchManager(object): """Sets port to up. Update internal network map with port data. - -Check if vnic defined + - Check if vnic defined - configure eswitch vport - set port to Up """ -- 2.45.2