summaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-08-25 13:48:27 +0200
committerJon Bratseth <bratseth@oath.com>2018-08-25 13:48:27 +0200
commitd7822ed81f5b546bedb5f2376f33d26fc0f570d6 (patch)
treec3094209f7485a6cd243ee46b3b283a4c1b768d7 /standalone-container
parent011d94ba6809d9c931a9e3d8d8bbcf9a28a97a61 (diff)
Track internal API change
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 f5c18f2b255..d88245587d2 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
@@ -237,7 +237,7 @@ public class StandaloneContainerApplication implements Application {
deployState.getProperties().vespaVersion(), deployState.getProperties().applicationId());
Element spec = containerRootElement(applicationPackage);
- ContainerModel containerModel = newContainerModelBuilder(networkingOption).build(deployState, configModelRepo, vespaRoot, spec);
+ ContainerModel containerModel = newContainerModelBuilder(networkingOption).build(deployState, root, configModelRepo, vespaRoot, spec);
containerModel.getCluster().prepare();
initializeContainerModel(containerModel, configModelRepo);
Container container = first(containerModel.getCluster().getContainers());