Correct Service Type value 17/25517/1
authorc00149107 <chenchuanyu@huawei.com>
Tue, 5 Dec 2017 03:34:09 +0000 (11:34 +0800)
committerc00149107 <chenchuanyu@huawei.com>
Tue, 5 Dec 2017 03:35:42 +0000 (11:35 +0800)
Correct Service Type value for E2E service

Issue-ID: SO-354
Change-Id: I4265dfac3793117dc83a6ae97a0dddb1d532d58c
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
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)