summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-02-22 15:59:23 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2019-02-22 15:59:23 +0100
commit5e92ffebaeccf5f5bf67a03899bb984d714a56d6 (patch)
tree61efb615edeb4d3a3ef8f2fcbaf23ac26f3c67f1 /container-core/src/main/resources
parente0b6dbe2cada736d9472516160009e42396856ec (diff)
Remove initiallyInRotation=false option: Not used
Diffstat (limited to 'container-core/src/main/resources')
-rw-r--r--container-core/src/main/resources/configdefinitions/vip-status.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-core/src/main/resources/configdefinitions/vip-status.def b/container-core/src/main/resources/configdefinitions/vip-status.def
index ed7ab3e4802..a042f5915c2 100644
--- a/container-core/src/main/resources/configdefinitions/vip-status.def
+++ b/container-core/src/main/resources/configdefinitions/vip-status.def
@@ -8,5 +8,5 @@ accessdisk bool default=false
## If the path is relative vespa home is prepended
statusfile string default="share/qrsdocs/status.html"
-## The default rotation state when there are no configured clusters to decide rotation state
+## Not used TODO: Remove on Vespa 8
initiallyInRotation bool default=true