From: lloretgalleg Date: Fri, 19 Feb 2021 10:57:50 +0000 (+0000) Subject: Fix bug 1445: Error service with SRIOV interfaces X-Git-Tag: v9.1.0~3 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=a13903b9cc93e297c99d2e2c729a8319bb12915f;p=osm%2FRO.git Fix bug 1445: Error service with SRIOV interfaces Change-Id: I838bbe41188b17f023569e2fdbd34173070b457c Signed-off-by: lloretgalleg --- diff --git a/NG-RO/osm_ng_ro/ns_thread.py b/NG-RO/osm_ng_ro/ns_thread.py index f15831aa..2efdbc00 100644 --- a/NG-RO/osm_ng_ro/ns_thread.py +++ b/NG-RO/osm_ng_ro/ns_thread.py @@ -921,7 +921,7 @@ class VimInteractionSdnNet(VimInteractionBase): else None, "service_endpoint_encapsulation_info": { "vlan": port.get("vlan"), - "mac": port.get("mac_address"), + "mac": port.get("mac-address"), "device_id": pmap.get("device_id") or port["compute_node"], "device_interface_id": pmap.get("device_interface_id") or port["pci"],