Skip to content

Commit

Permalink
Replace HOST_POWERED_DOWN with HOST_POWERED_OFF state in Palmetto
Browse files Browse the repository at this point in the history
The HOST_POWERED_DOWN has been deprecated and replaced with HOST_POWERED_OFF.
Update the Palmetto config file with the updated state define.
  • Loading branch information
anoo1 committed Mar 1, 2016
1 parent ad8c3d3 commit c5a1605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Palmetto.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'HOST_POWERED_ON',
'HOST_BOOTING',
'HOST_BOOTED',
'HOST_POWERED_DOWN',
'HOST_POWERED_OFF',
]

EXIT_STATE_DEPEND = {
Expand Down

0 comments on commit c5a1605

Please sign in to comment.