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

some changes

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