summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2019-01-08 13:13:41 +0100
committerHåkon Hallingstad <hakon@oath.com>2019-01-08 13:13:41 +0100
commit2a956de9fe355cb08a183fbbe1d222be78331ee0 (patch)
tree61fcd1925190c200e290cbedcce4a1d3f2042533 /flags
parent20b8847e49b85bb146d57fe46af88230f5786279 (diff)
Make config server and controller hostadmins use real orchestrator
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
index 6d0793d11fe..6773c02e441 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -56,7 +56,7 @@ public class Flags {
HOSTNAME);
public static final UnboundBooleanFlag CONFIGHOST_USES_REAL_ORCHESTRATOR = defineFeatureFlag(
- "confighost-uses-real-orchestrator", false,
+ "confighost-uses-real-orchestrator", true,
"Whether the config server hosts uses the real Orchestrator when suspending/resuming, or a synthetic.",
"Takes effect immediately when changed.",
HOSTNAME);