From c4fb5230962566bb8e321d1129cee384f70d84e8 Mon Sep 17 00:00:00 2001 From: Abdelmuhaimen Seaudi Date: Tue, 8 Oct 2019 14:41:50 +0000 Subject: update vLB CDS CBA Issue-ID: CCSDK-1816 Signed-off-by: Abdelmuhaimen Seaudi Change-Id: I1b399aae8abca6a2f5d175560053fa0c7b646896 --- .../service-blueprint/vLB/Templates/vdns-template.vtl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/vdns-template.vtl') diff --git a/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/vdns-template.vtl b/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/vdns-template.vtl index 9c493dc45..84fab0d63 100644 --- a/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/vdns-template.vtl +++ b/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/vdns-template.vtl @@ -182,15 +182,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", @@ -215,8 +215,8 @@ ], "output-key-mapping": [ { - "resource-name": "vf_module_name", - "resource-value": "${vf_module_name}" + "resource-name": "vf-module-name", + "resource-value": "${vf-module-name}" } ] } -- cgit 1.2.3-korg