Skip to content
Snippets Groups Projects
Commit d2eb7370 authored by George Tziavas's avatar George Tziavas
Browse files

finished: ...

	finished:   src/main/java/org/etsi/osl/osom/management/MetricoOrchestrationCheckDeploymentService.java
parent b2b16ca1
No related branches found
No related tags found
2 merge requests!22MR for Release 2024Q4,!19METRICO integration
Pipeline #10807 passed
......@@ -69,7 +69,7 @@ public class MetricoOrchestrationCheckDeploymentService implements JavaDelegate
}
@Valid
ServiceStateType currentState = aService.getState();
ServiceStateType nextState = aService.findNextStateBasedOnSupportingResources(rlist);
ServiceStateType nextState = aService.findNextStateBasedOnResourceList(rlist);
if (!currentState.equals(nextState)) {
supd.setState( nextState );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment