Add power restore policy applied message
Tested:
Checked '/redfish/v1/Registries/OpenBMC/OpenBMC' and confirmed
that the message is listed.
Change-Id: I2ecc00dca46f51cae73db71167cba04c9a7be746
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
diff --git a/redfish-core/include/registries/openbmc_message_registry.hpp b/redfish-core/include/registries/openbmc_message_registry.hpp
index 55b5299..3fb87e4 100644
--- a/redfish-core/include/registries/openbmc_message_registry.hpp
+++ b/redfish-core/include/registries/openbmc_message_registry.hpp
@@ -1002,6 +1002,16 @@
.paramTypes = {},
.resolution = "None.",
}},
+ MessageEntry{"PowerRestorePolicyApplied",
+ {
+ .description = "Indicates that power was restored and the "
+ "BMC has applied the restore policy.",
+ .message = "Power restore policy applied.",
+ .severity = "OK",
+ .numberOfArgs = 0,
+ .paramTypes = {},
+ .resolution = "None.",
+ }},
MessageEntry{
"PowerSupplyACLost",
{