summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2023-03-07 10:59:38 +0100
committerArnstein Ressem <aressem@yahooinc.com>2023-03-07 10:59:38 +0100
commit3696d1fbc96a9c4d21daa7d6d67a361243353165 (patch)
tree0d28510f27ee093c0ae0c0245389acd75e299bb6 /flags
parent878bc484d55aede7c2d4f199527f725a866bcabd (diff)
Add cluster id to host-flavor feature flag
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java b/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
index f128d13b7c4..9aa6ef414fc 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
@@ -85,7 +85,7 @@ public class PermanentFlags {
"host-flavor", "",
"Specifies the Vespa flavor name that the hosts of the matching nodes should have.",
"Takes effect on next deployment (including internal redeployment).",
- APPLICATION_ID, CLUSTER_TYPE);
+ APPLICATION_ID, CLUSTER_TYPE, CLUSTER_ID);
public static final UnboundBooleanFlag SKIP_MAINTENANCE_DEPLOYMENT = defineFeatureFlag(
"node-repository-skip-maintenance-deployment", false,