From 1adb9b5f44376f5602959a3709565ee812f6ddb1 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Fri, 16 Nov 2018 07:58:28 -0500 Subject: Do no prepend "sub" for subnet net id MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icc240f30ef9a2f7e9f99345f05897e5d7f9d4c3a Issue-ID: CCSDK-727 Signed-off-by: Alexis de Talhouët --- .../service-blueprint/vFW/Templates/vFW_vNF_Artifact.vtl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/model-catalog/blueprint-model/service-blueprint/vFW/Templates/vFW_vNF_Artifact.vtl b/components/model-catalog/blueprint-model/service-blueprint/vFW/Templates/vFW_vNF_Artifact.vtl index ca09046aa..ea6a7b885 100644 --- a/components/model-catalog/blueprint-model/service-blueprint/vFW/Templates/vFW_vNF_Artifact.vtl +++ b/components/model-catalog/blueprint-model/service-blueprint/vFW/Templates/vFW_vNF_Artifact.vtl @@ -30,7 +30,7 @@ }, { "param-name": "onap_private_subnet_id", - "param-value": "${onap_private_net_id}_sub" + "param-value": "${onap_private_subnet_id}" } ], "capability-data": [ -- cgit 1.2.3-korg