summaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-10-04 08:27:22 +0200
committerGitHub <noreply@github.com>2018-10-04 08:27:22 +0200
commitc977fba40838326812d99a0ae3aba078662771d8 (patch)
tree2472472d1f73f0d75faf060bec07e2a3b996ee2c /standalone-container
parent9bff51eb4a6a05c971f07a1df6574a7af3af677b (diff)
Revert "Balder/reduce usage of complex deploystate"
Diffstat (limited to 'standalone-container')
-rw-r--r--standalone-container/src/main/java/com/yahoo/container/standalone/StandaloneContainerApplication.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone-container/src/main/java/com/yahoo/container/standalone/StandaloneContainerApplication.java b/standalone-container/src/main/java/com/yahoo/container/standalone/StandaloneContainerApplication.java
index ae7b8356682..8d2cd429517 100644
--- a/standalone-container/src/main/java/com/yahoo/container/standalone/StandaloneContainerApplication.java
+++ b/standalone-container/src/main/java/com/yahoo/container/standalone/StandaloneContainerApplication.java
@@ -243,7 +243,7 @@ public class StandaloneContainerApplication implements Application {
Element spec = containerRootElement(applicationPackage);
ContainerModel containerModel = newContainerModelBuilder(networkingOption).build(deployState, root, configModelRepo, vespaRoot, spec);
- containerModel.getCluster().prepare(deployState);
+ containerModel.getCluster().prepare();
initializeContainerModel(containerModel, configModelRepo);
Container container = first(containerModel.getCluster().getContainers());