Use tosca parser without resolving GetInput 53/45753/2
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Thu, 3 May 2018 09:14:35 +0000 (09:14 +0000)
committerRob Daugherty <rd472p@att.com>
Fri, 4 May 2018 17:32:56 +0000 (17:32 +0000)
Use tosca parser without resolving GetInput.

Change-Id: I964464dd76c0bdd096e67ce78ab4cc7c2e76a167
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/common/resource/ResourceRequestBuilder.java

index c888002..bee4765 100644 (file)
@@ -133,7 +133,7 @@ public class ResourceRequestBuilder {
         }
 
         SdcToscaParserFactory toscaParser = SdcToscaParserFactory.getInstance();
-        ISdcCsarHelper iSdcCsarHelper = toscaParser.getSdcCsarHelper(csarpath);
+        ISdcCsarHelper iSdcCsarHelper = toscaParser.getSdcCsarHelper(csarpath, false);
 
         List<Input> serInput = iSdcCsarHelper.getServiceInputs();
         Optional<NodeTemplate> nodeTemplateOpt = iSdcCsarHelper.getServiceNodeTemplates().stream()