diff --git a/wrapanapi/systems/rhevm.py b/wrapanapi/systems/rhevm.py index bc1ec501..d8999008 100644 --- a/wrapanapi/systems/rhevm.py +++ b/wrapanapi/systems/rhevm.py @@ -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):