adding release-1.0.0 as default 21/2121/2
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 14 Mar 2017 15:31:38 +0000 (11:31 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 14 Mar 2017 16:05:34 +0000 (12:05 -0400)
Change-Id: I195c010ad54d45f113dd5bc4a712c047ef529956
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
.gitreview
archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/resources/ControlLoopDemo__closedLoopControlName__.drl
template.demo/src/main/resources/archetype-resources/src/main/resources/ControlLoopDemo__closedLoopControlName__.drl

index 81743ce..3ca0e07 100644 (file)
@@ -2,3 +2,4 @@
 host=gerrit.openecomp.org
 port=29418
 project=policy/drools-applications.git
+defaultbranch=release-1.0.0
index 3cb6196..5008df7 100644 (file)
@@ -1046,7 +1046,7 @@ rule "${policyName}.MSO.RESPONSE"
                //
                // The operation can either be succeeded or failed
                // 
-               if($response.request.requestStatus.requestState.equals("Completed")) {
+               if($response.request.requestStatus.requestState.equals("COMPLETE")) {
                        $operationWrapper.operation.outcome = "SUCCESS";
                        $manager.setControlLoopResult("SUCCESS");
                        notification.history.add($operationWrapper.operation);
index 28d4f9f..987fa60 100644 (file)
@@ -1224,7 +1224,7 @@ rule "${policyName}.MSO.RESPONSE"
                //
                // The operation can either be succeeded or failed
                // 
-               if($response.request.requestStatus.requestState.equals("Completed")) {
+               if($response.request.requestStatus.requestState.equals("COMPLETE")) {
                        $operationWrapper.operation.outcome = "SUCCESS";
                        $manager.setControlLoopResult("SUCCESS");
                        notification.history.add($operationWrapper.operation);