diff options
author | Dan Timoney <dtimoney@att.com> | 2018-11-21 02:11:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-21 02:11:08 +0000 |
commit | 5a80eff8240087798f05da8bc7340873d6954b8c (patch) | |
tree | a82c5fc5a222929ee4601d16099cfaa07592f649 /components/model-catalog/blueprint-model/service-blueprint | |
parent | 5160246a8bf4cfa54b623a1b2a737b3a9452f653 (diff) | |
parent | b6108f650577ec97c4c687e71ad0e7d2e35b2131 (diff) |
Merge "Do no prepend "sub" for subnet net id"
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 0faf09ca..f7947ef8 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": [ |