summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-05-15 22:44:27 +0300
committerEd Tanous <ed@tanous.net>2023-05-19 19:33:34 +0300
commit4a40441f944aaff8d7bb2040e4d88ebfcebbab11 (patch)
treeba73990635d35a2872b4cdf2e7c85dca6ecd4012 /meson_options.txt
parente6feae518c5a153af2dc64d3810fd029f0875366 (diff)
downloadbmcweb-4a40441f944aaff8d7bb2040e4d88ebfcebbab11.tar.xz
Remove redfish-post-to-old-updateservice
It is now Q2 2023, and this option has been deprecated. Maintainers have not had any reports of this behavior breaking people. Tested: Code delete only. Code compiles. Change-Id: I9c1fe26e497806c6bc602fb019bafe0fc80d7619 Signed-off-by: Ed Tanous <edtanous@google.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 0bf2c3507a..8a440f98c9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -218,16 +218,6 @@ option(
)
option(
- 'redfish-post-to-old-updateservice',
- type: 'feature',
- 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 Q2 2023.'''
-)
-
-option(
'redfish-oem-manager-fan-data',
type: 'feature',
value: 'enabled',