From aff17c9c51e0cec986f4eba2a95e232b36d7658e Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 27 Mar 2019 01:15:29 +0100 Subject: [PATCH] SOL003_102: "VnfPackageChangeNotification" data type updated --- .../definitions/VNFPackageManagementNotification_def.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/SOL003/VNFPackageManagementNotification/definitions/VNFPackageManagementNotification_def.yaml b/src/SOL003/VNFPackageManagementNotification/definitions/VNFPackageManagementNotification_def.yaml index 82c06cea..99862dd5 100644 --- a/src/SOL003/VNFPackageManagementNotification/definitions/VNFPackageManagementNotification_def.yaml +++ b/src/SOL003/VNFPackageManagementNotification/definitions/VNFPackageManagementNotification_def.yaml @@ -41,6 +41,7 @@ definitions: required: - id - notificationType + - subscriptionId - timeStamp - vnfPkgId - vnfdId @@ -70,8 +71,7 @@ definitions: $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/DateTime" vnfPkgId: description: > - Identifier of the on-boarded VNF package. This identifier is - allocated by the NFVO. + Identifier of the VNF package. This identifier is allocated by the NFVO. Its value is the same as the value of the "id" attribute of the related "Individual VNF package" resource. $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier" @@ -137,8 +137,7 @@ definitions: $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/DateTime" vnfPkgId: description: > - Identifier of the VNF package. This identifier is - allocated by the NFVO. + Identifier of the VNF package. This identifier is allocated by the NFVO. Its value is the same as the value of the "id" attribute of the related "Individual VNF package" resource. $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier" -- GitLab