From: lloretgalleg Date: Fri, 19 Feb 2021 10:57:50 +0000 (+0000) Subject: Fix bug 1445: Error service with SRIOV interfaces X-Git-Tag: branch-sol006v331-start~13 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=160fcad1093bd3ec9f1fe574e76850610a7f034a 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"],