From b8c34d9ba52974ffa4359e72a278dfa054504c94 Mon Sep 17 00:00:00 2001 From: Felix Li Date: Mon, 4 Jan 2016 05:22:21 -0500 Subject: [PATCH] Add the missing return value in the comment Comment only shows :return:, add the return value. Change-Id: I8c4975cf87775d25e85c240a07e70a861d31bfa4 --- nova/virt/netutils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nova/virt/netutils.py b/nova/virt/netutils.py index 4a53f4a1ccf2..c78b4d9ea41f 100644 --- a/nova/virt/netutils.py +++ b/nova/virt/netutils.py @@ -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: