From: YAMAMOTO Takashi Date: Wed, 7 May 2014 03:45:32 +0000 (+0900) Subject: eswitch_neutron_agent: Whitespace fixes in comments X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9c47f132e2966402c2aa03b1a0fb876e223b230d;p=openstack-build%2Fneutron-build.git eswitch_neutron_agent: Whitespace fixes in comments Change-Id: I81ac1e6240c28f1544ff9be61761a5c58135557c --- 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 """