diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-11-16 07:58:28 -0500 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-11-16 07:58:28 -0500 |
commit | b6108f650577ec97c4c687e71ad0e7d2e35b2131 (patch) | |
tree | c97e4f50d735fb22a8065e61a8a4b3d4e906152a /components/model-catalog/blueprint-model/service-blueprint | |
parent | 009719f00f0ad2c5856d20a9c0acb71937ccc06c (diff) |
Do no prepend "sub" for subnet net id
Change-Id: Icc240f30ef9a2f7e9f99345f05897e5d7f9d4c3a
Issue-ID: CCSDK-727
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'components/model-catalog/blueprint-model/service-blueprint')
-rw-r--r-- | components/model-catalog/blueprint-model/service-blueprint/vFW/Templates/vFW_vNF_Artifact.vtl | 2 |
1 files changed, 1 insertions, 1 deletions
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 ca09046a..ea6a7b88 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": [ |