Skip to content

Commit

Permalink
Merge pull request #426 from kedark3/general_updates
Browse files Browse the repository at this point in the history
[RFR]Adding ability to handle state reboot_in_progress
  • Loading branch information
mshriver authored Nov 15, 2019
2 parents 8c863e2 + 96ee561 commit 7d40d5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrapanapi/systems/rhevm.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ class RHEVMVirtualMachine(_SharedMethodsMixin, Vm):
'down': VmState.STOPPED,
'powering_up': VmState.STARTING,
'suspended': VmState.SUSPENDED,
'reboot_in_progress': VmState.STARTING,
}

def __init__(self, system, raw=None, **kwargs):
Expand Down

0 comments on commit 7d40d5f

Please sign in to comment.