Fix URL to get CSAR name 41/41741/3
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Mon, 9 Apr 2018 10:15:23 +0000 (10:15 +0000)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Tue, 10 Apr 2018 04:41:01 +0000 (04:41 +0000)
Fix URL to collect CSAR name.

Change-Id: I6ba5baf5b41cb24793e510f93d1a9ffe6de4407e
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 3658571..74a3252 100644 (file)
@@ -55,7 +55,7 @@ public class ResourceRequestBuilder {
 
     public static String CUSTOMIZATION_UUID = "customizationUUID";
 
-    public static String SERVICE_URL_TOSCA_CSAR = "http://localhost:8080/ecomp/mso/catalog/v3/serviceToscaCsar?serviceModelUuid=";
+    public static String SERVICE_URL_TOSCA_CSAR = "http://mso:8080/ecomp/mso/catalog/v3/serviceToscaCsar?serviceModelUuid=";
 
     private static MsoLogger LOGGER = MsoLogger.getMsoLogger(MsoLogger.Catalog.RA);
 
@@ -69,9 +69,10 @@ public class ResourceRequestBuilder {
      *     "requestInputs":{K,V}
      * }
      * <br>
-     * 
+     *
+     * @param execution Execution context
      * @param serviceUuid The service template uuid
-     * @param resourceucstomizationUuid The resource customization uuid
+     * @param resourceCustomizationUuid The resource customization uuid
      * @param serviceParameters the service parameters passed from the API
      * @return the resource instantiate parameters
      * @since ONAP Beijing Release