aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@verizonmedia.com>2020-03-02 10:52:09 +0100
committerGitHub <noreply@github.com>2020-03-02 10:52:09 +0100
commite83331e8fbef2d48c86f9ae99b226a27d02fc5c0 (patch)
treefb9c402f327e1e37b83fd29c50191b8328891563 /orchestrator
parent74087e3787828c32d849c54af5ea3d336262cb62 (diff)
Update orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/HostInfosServiceImpl.java
Co-Authored-By: Valerij Fredriksen <freva@users.noreply.github.com>
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/HostInfosServiceImpl.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/HostInfosServiceImpl.java b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/HostInfosServiceImpl.java
index 3dbdd2cc847..2d6c3eb82a1 100644
--- a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/HostInfosServiceImpl.java
+++ b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/HostInfosServiceImpl.java
@@ -105,8 +105,8 @@ public class HostInfosServiceImpl implements HostInfosService {
return "/vespa/host-status/" + application.serializedForm();
}
- private static String hostsPath(ApplicationId applicationInstanceReference) {
- return applicationPath(applicationInstanceReference) + "/hosts";
+ private static String hostsPath(ApplicationId application) {
+ return applicationPath(application) + "/hosts";
}
private static String hostPath(ApplicationId application, HostName hostname) {