From 05fa7ea3ca835bbcd766507c9e9aab03a0da7e28 Mon Sep 17 00:00:00 2001 From: Francesca Moscatelli Date: Thu, 11 Jun 2020 17:19:32 +0200 Subject: [PATCH] Fix in NS LCM Interface --- .../definitions/SOL005NSLifecycleManagement_def.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml b/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml index 81c6e84..ea39548 100644 --- a/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml +++ b/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml @@ -2249,8 +2249,8 @@ definitions: Specifies the details to change the VNF package on which the VNF instance is based. It shall be present only if updateType = "CHANGE_VNFPKG". type: array - items: - $ref: "#/definitions/ChangeVnfPackageData" + items: + $ref: "#/definitions/ChangeVnfPackageData" addSap: description: > Identifies a new SAP to be added to the NS instance. -- GitLab