[PATCH skeleton] Replace HOST_POWERED_DOWN with HOST_POWERED_OFF state in Palmetto

OpenBMC Patches openbmc-patches at stwcx.xyz
Wed Mar 2 07:40:43 AEDT 2016


From: Adriana Kobylak <anoo at us.ibm.com>

The HOST_POWERED_DOWN has been deprecated and replaced with HOST_POWERED_OFF.
Update the Palmetto config file with the updated state define.
---
 bin/Palmetto.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/Palmetto.py b/bin/Palmetto.py
index ee95999..7172364 100755
--- a/bin/Palmetto.py
+++ b/bin/Palmetto.py
@@ -19,7 +19,7 @@ SYSTEM_STATES = [
 	'HOST_POWERED_ON',
 	'HOST_BOOTING',
 	'HOST_BOOTED',
-	'HOST_POWERED_DOWN',
+	'HOST_POWERED_OFF',
 ]
 
 EXIT_STATE_DEPEND = {
-- 
2.7.1




More information about the openbmc mailing list