aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authortoby <smorgrav@yahoo-inc.com>2016-06-30 15:10:45 +0200
committertoby <smorgrav@yahoo-inc.com>2016-06-30 15:10:45 +0200
commita6bd5913e4ea3cf33fc75afa24514e258194988a (patch)
tree5e6c96a0a9951249e7e471975a1d972adaa4c56e /orchestrator
parent0c70e06e1ff2b0cc189f7718044baf92e02fd9de (diff)
Fix path for clustercontroller set state api for applications.
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/src/main/java/com/yahoo/vespa/orchestrator/controller/ClusterControllerJaxRsApi.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/controller/ClusterControllerJaxRsApi.java b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/controller/ClusterControllerJaxRsApi.java
index d6c4bda8871..f4f3e166c15 100644
--- a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/controller/ClusterControllerJaxRsApi.java
+++ b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/controller/ClusterControllerJaxRsApi.java
@@ -22,7 +22,7 @@ public interface ClusterControllerJaxRsApi {
ClusterControllerStateRequest request);
@POST
- @Path("/cluster/v2/{clusterName}/storage")
+ @Path("/cluster/v2/{clusterName}")
@Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.APPLICATION_JSON)
ClusterControllerStateResponse setClusterState(