From 6f8273e49cffdd347c223b9538558edfb05e818a Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Wed, 31 May 2023 12:44:26 -0700 Subject: Rename option and enable it by default I jumped the gun a little on merging this. This commit moves the health-populate option to be called redfish-health-populate and disables it by default Tested: Code compiles Change-Id: I9b2ffef828ec912e011d5d82fbfeaae5fb66ff2a Signed-off-by: Ed Tanous --- meson_options.txt | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 26fdecf2d4..31095007f0 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -236,6 +236,14 @@ option( OemManager schema for more detail.''' ) +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', @@ -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''' -) - -- cgit v1.2.3