fix doctstring
This commit is contained in:
@@ -646,7 +646,9 @@ def get_mac_from_port(port):
|
||||
"""Get mac address from port, with tenacity due to openstack async.
|
||||
|
||||
:param port: neutron port
|
||||
:type port: string
|
||||
:type port: neutron port
|
||||
:returns: mac address
|
||||
:rtype: string
|
||||
"""
|
||||
return port['mac_address']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user