From da1303759f22b7882b46fb8670704f2770bf46ed Mon Sep 17 00:00:00 2001 From: gummar Date: Tue, 3 Mar 2020 14:48:22 +0000 Subject: Fix case for all Software upgrade actions Issue-ID: CCSDK-2145 Signed-off-by: gummar Change-Id: Ie2a6b6c72997be65ac304f6cd1daac3a8aa85480 --- .../PNF_CDS_RESTCONF/Definitions/data_types.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/data_types.json') diff --git a/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/data_types.json b/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/data_types.json index e3d216c89..2a42ac091 100644 --- a/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/data_types.json +++ b/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/data_types.json @@ -19,8 +19,8 @@ }, "derived_from" : "tosca.datatypes.Dynamic" }, - "dt-precheck-properties": { - "description": "Dynamic DataType definition for the precheck workflow(upgrade-software).", + "dt-preCheck-properties": { + "description": "Dynamic DataType definition for the preCheck workflow(upgrade-software).", "version": "1.0.0", "properties": { "pnf-id": { @@ -32,8 +32,8 @@ }, "derived_from": "tosca.datatypes.Dynamic" }, - "dt-downloadNeSw-properties": { - "description": "Dynamic DataType definition for the downloadNeSw workflow(upgrade-software).", + "dt-downloadNESW-properties": { + "description": "Dynamic DataType definition for the downloadNESW workflow(upgrade-software).", "version": "1.0.0", "properties": { "pnf-id": { @@ -45,8 +45,8 @@ }, "derived_from": "tosca.datatypes.Dynamic" }, - "dt-activateNeSw-properties": { - "description": "Dynamic DataType definition for the activateNeSw workflow(upgrade-software).", + "dt-activateNESW-properties": { + "description": "Dynamic DataType definition for the activateNESW workflow(upgrade-software).", "version": "1.0.0", "properties": { "pnf-id": { @@ -58,8 +58,8 @@ }, "derived_from": "tosca.datatypes.Dynamic" }, - "dt-postcheck-properties": { - "description": "Dynamic DataType definition for the postcheck workflow(upgrade-software).", + "dt-postCheck-properties": { + "description": "Dynamic DataType definition for the postCheck workflow(upgrade-software).", "version": "1.0.0", "properties": { "pnf-id": { -- cgit 1.2.3-korg