Merge "Correct Service Type value"
authorSeshu Kumar M <seshu.kumar.m@huawei.com>
Tue, 5 Dec 2017 05:19:10 +0000 (05:19 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 5 Dec 2017 05:19:10 +0000 (05:19 +0000)
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy

index dbefb6c..9404364 100644 (file)
@@ -130,8 +130,8 @@ public class DoCreateE2EServiceInstance extends AbstractServiceTaskProcessor {
                        String serviceModelName = jsonUtil.getJsonValue(uuiRequest, "service.parameters.templateName")
                        execution.setVariable("serviceModelName", serviceModelName)
                        //aai serviceType and Role can be setted as fixed value now.
-                       String aaiServiceType = "voLTE type"
-                       String aaiServiceRole = "voLTE role"
+                       String aaiServiceType = "E2E Service"
+                       String aaiServiceRole = "E2E Service"
                        
                        execution.setVariable("modelInvariantUuid", modelInvariantUuid)
                        execution.setVariable("modelUuid", modelUuid)