aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-06-03 16:34:33 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:27 +0200
commit179a932b7dd4b2b2370a1881523be0b3f44f74a5 (patch)
tree06bc9fea757c8618705cd56f7ef94f882c4d61f8 /container-core
parent6c376e03d631a1e0017d1e9bffb20a25b71daf35 (diff)
Remove on Vespa 8
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/resources/configdefinitions/container.core.vip-status.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/container-core/src/main/resources/configdefinitions/container.core.vip-status.def b/container-core/src/main/resources/configdefinitions/container.core.vip-status.def
index 91d5103861e..4a50018c3c3 100644
--- a/container-core/src/main/resources/configdefinitions/container.core.vip-status.def
+++ b/container-core/src/main/resources/configdefinitions/container.core.vip-status.def
@@ -7,3 +7,6 @@ accessdisk bool default=false
## The file to serve as the status file.
## If the path is relative vespa home is prepended
statusfile string default="share/qrsdocs/status.html"
+
+## Not used TODO: Remove on Vespa 8? - always set to true?
+initiallyInRotation bool default=true