diff options
author | Yan Yang <yangyanyj@chinamobile.com> | 2018-05-02 02:12:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-02 02:12:10 +0000 |
commit | a2b908c3bddaa519852ac44be6832779197a3559 (patch) | |
tree | cf351daed5ab3b128bb99fdef5e3f570f82cfcca /nokiav2/generatedapis | |
parent | 37abdf3ee9f59682751ab61b511d94a9a51f2dd7 (diff) | |
parent | 88a64ebf39dea43a4f0d69d18e5ab5933febea98 (diff) |
Merge "Fix component startup"
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", |