aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorc00149107 <chenchuanyu@huawei.com>2017-12-05 11:38:07 +0800
committerc00149107 <chenchuanyu@huawei.com>2017-12-05 11:38:07 +0800
commit4c7e7fbaaff83560f5a7af49b444ae84545b2386 (patch)
tree5b0f82b80c617c1cdd51837c909dffded147718a
parent89ac95e4d148bf2b95a428893fbd3c448908d87e (diff)
Correct Service Type Value
Correct Service Type Value for E2E service Change-Id: Ia1f69acd4db2ed686673910c618e293a5a0b6338 Issue-ID: SO-354 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
-rw-r--r--bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy
index dbefb6c346..9404364910 100644
--- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy
+++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy
@@ -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)