eswitch_neutron_agent: Whitespace fixes in comments
Change-Id: I81ac1e6240c28f1544ff9be61761a5c58135557c
This commit is contained in:
parent
2398148a1f
commit
a6ca6cd154
@ -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
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user