From 4e7f931b2cd4403adecf34946efa66acd10c9d0a Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Tue, 7 Feb 2023 14:00:10 -0800 Subject: 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 Change-Id: I4294b25317892c809a232b6715e380713afcd689 --- meson_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson_options.txt') 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( -- cgit v1.2.3