diff options
author | Brinda Santh <brindasanth@in.ibm.com> | 2018-09-05 23:18:19 -0400 |
---|---|---|
committer | Brinda Santh <brindasanth@in.ibm.com> | 2018-09-05 23:18:19 -0400 |
commit | b1843e450c2d799caa69f14f1e123dfb3fa35890 (patch) | |
tree | 5ea7c1be2517cad759418c44d19434886ea9ad89 /ms/controllerblueprints/application/load | |
parent | 7c677c425c1a389a6413a519a2ab12924516cb71 (diff) |
Controller Blueprints Microservice
Add configuration property to load model types and Remove duplicate model type test case files
Change-Id: I6a34539cae7377bd133727fde77ff8fefaadf023
Issue-ID: CCSDK-484
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Diffstat (limited to 'ms/controllerblueprints/application/load')
-rw-r--r-- | ms/controllerblueprints/application/load/model_type/node_type/component-netconf-executor.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/controllerblueprints/application/load/model_type/node_type/component-netconf-executor.json b/ms/controllerblueprints/application/load/model_type/node_type/component-netconf-executor.json index aed667aa..240caf3f 100644 --- a/ms/controllerblueprints/application/load/model_type/node_type/component-netconf-executor.json +++ b/ms/controllerblueprints/application/load/model_type/node_type/component-netconf-executor.json @@ -23,12 +23,12 @@ "required": true,
"type": "string"
},
- "service-template-name": {
+ "template-name": {
"description": "Service Template Name",
"required": true,
"type": "string"
},
- "service-template-version": {
+ "template-version": {
"description": "Service Template Version",
"required": true,
"type": "string"
|