diff options
author | ottero <rodrigo.ottero@est.tech> | 2019-04-08 14:15:07 +0000 |
---|---|---|
committer | ottero <rodrigo.ottero@est.tech> | 2019-04-08 14:15:07 +0000 |
commit | ef7bc2139e4e3007663d50e6973860fa47cde4ea (patch) | |
tree | 70509a1195626b9e67cfc115dc453f081273c247 /components/model-catalog/resource-dictionary/starter-dictionary | |
parent | 782e55f79b7fca957e0ef393c50f72daab3a7b59 (diff) |
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 <rodrigo.ottero@est.tech>
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary')
-rwxr-xr-x | components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json (renamed from components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json index a140a442f..32468533a 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json @@ -1,9 +1,9 @@ { - "name" : "nf-id", - "tags" : "nf-id", + "name" : "pnf-id", + "tags" : "pnf-id", "updated-by" : "Rodrigo Ottero <rodrigo.ottero@est.tech>", "property" : { - "description" : "nf-id", + "description" : "pnf-id", "type" : "string" }, "sources" : { |