summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c1beb25e69..dbfa00d0fe 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -271,6 +271,16 @@ option(
description: 'Allows this BMC to aggregate resources from satellite BMCs'
)
+option(
+ 'experimental-redfish-multi-computer-system',
+ type: 'feature',
+ value: 'disabled',
+ description: '''This is a temporary option flag for staging the
+ ComputerSystemCollection transition to multi-host. It, as well as the code
+ still beneath it will be removed on 9/1/2023. Do not enable in a
+ production environment, or where API stability is required.'''
+)
+
# Insecure options. Every option that starts with a `insecure` flag should
# not be enabled by default for any platform, unless the author fully comprehends
# the implications of doing so.In general, enabling these options will cause security