Commit af2cfb2c by Őry Máté

vm: fix SuspendVmOperation's task name

parent 1bafed24
...@@ -793,7 +793,7 @@ class SleepOperation(InstanceOperation): ...@@ -793,7 +793,7 @@ class SleepOperation(InstanceOperation):
class SuspendVmOperation(SubOperationMixin, RemoteInstanceOperation): class SuspendVmOperation(SubOperationMixin, RemoteInstanceOperation):
id = "_suspend_vm" id = "_suspend_vm"
name = _("suspend virtual machine") name = _("suspend virtual machine")
task = vm_tasks.suspend task = vm_tasks.sleep
remote_queue = ("vm", "slow") remote_queue = ("vm", "slow")
timeout = 600 timeout = 600
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment