Commit 334e4a02 authored by Christos Tranoris's avatar Christos Tranoris
Browse files

fixes #36

parent f32d31ca
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ public class GCOrchestrationCheckDeploymentService implements JavaDelegate {
          Resource res = serviceOrderManager.retrieveResource(rref.getId());
          
          if (  res == null ) {
            supd.setState( ServiceStateType.TERMINATED);
            supd.setState( ServiceStateType.INACTIVE);
            execution.setVariable("serviceDeploymentFinished", Boolean.TRUE);
            Service serviceResult = serviceOrderManager.updateService( aService.getId(), supd, propagateToSO );
            return;