diff options
author | Denes Nemeth <denes.nemeth@nokia.com> | 2018-04-27 12:22:22 +0200 |
---|---|---|
committer | Denes Nemeth <denes.nemeth@nokia.com> | 2018-04-27 23:41:20 +0200 |
commit | 88a64ebf39dea43a4f0d69d18e5ab5933febea98 (patch) | |
tree | 5bafe04c3b2d0ce153beab0437440505d89b4d58 /nokiav2/generatedapis | |
parent | 2322725653143b3b8dd3b764273f5161c1f32104 (diff) |
Fix component startup
Change-Id: Ia45d4a682f8faceb8c045ffedd7611bc61b21b7b
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728
Diffstat (limited to 'nokiav2/generatedapis')
-rw-r--r-- | nokiav2/generatedapis/src/main/resources/so.vnfm.json | 5 |
1 files changed, 5 insertions, 0 deletions
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", |