summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt17
1 files changed, 8 insertions, 9 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 26fdecf2d4..31095007f0 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -237,6 +237,14 @@ option(
)
option(
+ 'redfish-health-populate',
+ type: 'feature',
+ value: 'disabled',
+ description: '''Enables HealthPopulate and generate the Status property for
+ the resource. This option will be removed Q1 2024'''
+)
+
+option(
'https_port',
type: 'integer',
min: 1,
@@ -335,12 +343,3 @@ option(
enable on production systems at this time. Other query
parameters such as only are not controlled by this option.'''
)
-
-option(
- 'health-populate',
- type: 'feature',
- value: 'enabled',
- description: '''Enables HealthPopulate and generate the Status property for
- the resource'''
-)
-