summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-02-08 01:00:10 +0300
committerEd Tanous <ed@tanous.net>2023-02-22 23:57:11 +0300
commit4e7f931b2cd4403adecf34946efa66acd10c9d0a (patch)
tree45b130aca2d302fc2050b3cdf4f519bd4033cf80 /meson_options.txt
parent24dadc88603693f0c21ca5f9c6d5680e89523020 (diff)
downloadbmcweb-4e7f931b2cd4403adecf34946efa66acd10c9d0a.tar.xz
Disable old compatibility option default
This is a feature that we said we were going to keep until Q4 2022, but because we haven't changed this to default to enabled, disable it by default, and ratchet up our compatibility for another quarter so people have time to adjust. Tested: Code deprecation; Inspection only. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I4294b25317892c809a232b6715e380713afcd689
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 52c3e6cefb..57fb8ce05e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -216,11 +216,11 @@ option(
option(
'redfish-post-to-old-updateservice',
type: 'feature',
- value: 'enabled',
+ value: 'disabled',
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 will be removed Q2 2023.'''
)
option(