diff --git a/zaza/openstack/utilities/openstack.py b/zaza/openstack/utilities/openstack.py index f6fb66e..1e533d4 100644 --- a/zaza/openstack/utilities/openstack.py +++ b/zaza/openstack/utilities/openstack.py @@ -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']