2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-04 18:44:41 +00:00

Merge pull request #25 from jjohnson42/master

Add shutdown to power state option
This commit is contained in:
Jarrod Johnson 2015-09-21 16:38:37 -04:00
commit a1a61dfdbd

View File

@ -674,6 +674,7 @@ class PowerState(ConfluentChoiceMessage):
'off',
'reset',
'boot',
'shutdown',
'diag',
])
keyname = 'state'