Add the missing return value in the comment

Comment only shows :return:, add the return value.

Change-Id: I8c4975cf87775d25e85c240a07e70a861d31bfa4
This commit is contained in:
Felix Li 2016-01-04 05:22:21 -05:00
parent b67d62399b
commit b8c34d9ba5
1 changed files with 2 additions and 1 deletions

View File

@ -250,7 +250,8 @@ def _get_eth_link(vif, ifc_num):
:param vif: Neutron VIF
:param ifc_num: Interface index for generating name if the VIF's
'devname' isn't defined.
:return:
:return: A dict with 'id', 'vif_id', 'type', 'mtu' and
'ethernet_mac_address' as keys
"""
link_id = vif.get('devname')
if not link_id: