summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d943222a45..f2b4f377ca 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -214,6 +214,17 @@ option(
)
option(
+ 'redfish-post-to-old-updateservice',
+ type: 'feature',
+ value: 'enabled',
+ description: '''Allows POST to /redfish/v1/UpdateService, counter to
+ the redfish specification. Option provided to allow
+ potential users to move away from using this endpoint.
+ Option will be removed Q4 2022.'''
+)
+
+
+option(
'https_port',
type: 'integer',
min: 1,