From 88a64ebf39dea43a4f0d69d18e5ab5933febea98 Mon Sep 17 00:00:00 2001 From: Denes Nemeth Date: Fri, 27 Apr 2018 12:22:22 +0200 Subject: Fix component startup Change-Id: Ia45d4a682f8faceb8c045ffedd7611bc61b21b7b Signed-off-by: Denes Nemeth Issue-ID: VFC-728 --- nokiav2/generatedapis/src/main/resources/so.vnfm.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nokiav2/generatedapis') diff --git a/nokiav2/generatedapis/src/main/resources/so.vnfm.json b/nokiav2/generatedapis/src/main/resources/so.vnfm.json index 75b76a3c..c70a83bf 100644 --- a/nokiav2/generatedapis/src/main/resources/so.vnfm.json +++ b/nokiav2/generatedapis/src/main/resources/so.vnfm.json @@ -440,6 +440,11 @@ "description": "The identifier of the VNF package in SDC", "type": "string" }, + "nsId": { + "required": false, + "description": "The identifier of the NS in AAI", + "type": "string" + }, "description": { "required": false, "description": "The description of the VNF", -- cgit 1.2.3-korg