summaryrefslogtreecommitdiffstats
path: root/node-admin
diff options
context:
space:
mode:
authorfreva <valerijf@yahoo-inc.com>2016-12-08 13:23:39 +0100
committerfreva <valerijf@yahoo-inc.com>2016-12-08 13:23:39 +0100
commit60173015f5fd43b83023c6505cb36127f863d090 (patch)
tree5d0f3d2f8ae6182f74362a7bc7c47efd2713e1ee /node-admin
parent8419a88e506b51ff3cea921dbb7c4a4ec5f47a2a (diff)
Remove the call to getVespaVersion itself
Diffstat (limited to 'node-admin')
-rw-r--r--node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/nodeagent/NodeAgentImpl.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/nodeagent/NodeAgentImpl.java b/node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/nodeagent/NodeAgentImpl.java
index 1e328904d72..d72b52f4e61 100644
--- a/node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/nodeagent/NodeAgentImpl.java
+++ b/node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/nodeagent/NodeAgentImpl.java
@@ -207,7 +207,6 @@ public class NodeAgentImpl implements NodeAgent {
}
private void updateNodeRepoWithCurrentAttributes(final ContainerNodeSpec nodeSpec) throws IOException {
- final Optional<String> containerVespaVersion = dockerOperations.getVespaVersion(nodeSpec.containerName);
final NodeAttributes nodeAttributes = new NodeAttributes()
.withRestartGeneration(nodeSpec.wantedRestartGeneration.orElse(0L))
// update reboot gen with wanted gen if set, we ignore reboot for Docker nodes but