aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/vlb-template.vtl
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-10-10 14:29:53 +0000
committerGerrit Code Review <gerrit@onap.org>2019-10-10 14:29:53 +0000
commitce9b0657f0614c993c36381c0ab301d7b4337db5 (patch)
treeb7ef1a4ea99eaf0a0d01706b07f91fc75a8f7ce9 /components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/vlb-template.vtl
parent4af2bea1aa5e0207a3a61dc9dc72e7e2e65f3ec6 (diff)
parentc4fb5230962566bb8e321d1129cee384f70d84e8 (diff)
Merge "update vLB CDS CBA"
Diffstat (limited to 'components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/vlb-template.vtl')
-rw-r--r--components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/vlb-template.vtl10
1 files changed, 5 insertions, 5 deletions
diff --git a/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/vlb-template.vtl b/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/vlb-template.vtl
index bc495bd2d..458423e6f 100644
--- a/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/vlb-template.vtl
+++ b/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/vlb-template.vtl
@@ -209,15 +209,15 @@
"payload": [
{
"param-name": "resource-name",
- "param-value": "vf_module_name"
+ "param-value": "vf-module-name"
},
{
"param-name": "resource-value",
- "param-value": "${vf_module_name}"
+ "param-value": "${vf-module-name}"
},
{
"param-name": "external-key",
- "param-value": "${vf-module-id}_vf_module_name"
+ "param-value": "${vf-module-id}_vf-module-name"
},
{
"param-name": "policy-instance-name",
@@ -242,8 +242,8 @@
],
"output-key-mapping": [
{
- "resource-name": "vf_module_name",
- "resource-value": "${vf_module_name}"
+ "resource-name": "vf-module-name",
+ "resource-value": "${vf-module-name}"
}
]
}