From ef7bc2139e4e3007663d50e6973860fa47cde4ea Mon Sep 17 00:00:00 2001 From: ottero Date: Mon, 8 Apr 2019 14:15:07 +0000 Subject: Fix blueprint data Request parameter nf-id should be: pnf-id ODL key name ODL-private-key should be: ODL_private_key_0 Change-Id: I846112c3bd6a80d21a4b5de0845ce99d06b0515f Issue-ID: CCSDK-1208 Signed-off-by: ottero --- .../resource-dictionary/starter-dictionary/nf-id.json | 15 --------------- .../resource-dictionary/starter-dictionary/pnf-id.json | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100755 components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json create mode 100755 components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json (limited to 'components/model-catalog/resource-dictionary/starter-dictionary') diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json deleted file mode 100755 index a140a442f..000000000 --- a/components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name" : "nf-id", - "tags" : "nf-id", - "updated-by" : "Rodrigo Ottero ", - "property" : { - "description" : "nf-id", - "type" : "string" - }, - "sources" : { - "input" : { - "type" : "source-input", - "properties" : { } - } - } -} \ No newline at end of file diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json new file mode 100755 index 000000000..32468533a --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json @@ -0,0 +1,15 @@ +{ + "name" : "pnf-id", + "tags" : "pnf-id", + "updated-by" : "Rodrigo Ottero ", + "property" : { + "description" : "pnf-id", + "type" : "string" + }, + "sources" : { + "input" : { + "type" : "source-input", + "properties" : { } + } + } +} \ No newline at end of file -- cgit 1.2.3-korg