Skip to content
Snippets Groups Projects
Commit 17080d39 authored by Patryk Kazimierowski's avatar Patryk Kazimierowski
Browse files

some changes

parent 53439bfd
No related branches found
No related tags found
2 merge requests!273Release 1.8.0 update,!212Resolve "Add application instance scaling support" -add api
Pipeline #94399 passed
......@@ -551,12 +551,8 @@ public enum AppDeploymentState {
@Override
public AppDeploymentState nextState(NmServiceDeploymentState state) {
//TODO discous about correct next state
return APPLICATION_CONFIGURED;
}
@Override
public boolean isInRunningState() {
return true;
// return APPLICATION_CONFIGURED;
return nextStateForNotMatchingNmServiceDeploymentState(this, state);
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment