From c5a16051002faaf07b3d8c9558e837b0bdba41bb Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Tue, 1 Mar 2016 14:29:47 -0600 Subject: [PATCH] Replace HOST_POWERED_DOWN with HOST_POWERED_OFF state in Palmetto 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 ee959997..71723644 100755 --- a/bin/Palmetto.py +++ b/bin/Palmetto.py @@ -19,7 +19,7 @@ 'HOST_POWERED_ON', 'HOST_BOOTING', 'HOST_BOOTED', - 'HOST_POWERED_DOWN', + 'HOST_POWERED_OFF', ] EXIT_STATE_DEPEND = {