From af2cfb2c425506991b1022793c723335ab875dec Mon Sep 17 00:00:00 2001 From: Őry Máté <ory.mate@cloud.bme.hu> Date: Thu, 2 Oct 2014 10:58:38 +0200 Subject: [PATCH] vm: fix SuspendVmOperation's task name --- circle/vm/operations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle/vm/operations.py b/circle/vm/operations.py index af56ebc..0adcb43 100644 --- a/circle/vm/operations.py +++ b/circle/vm/operations.py @@ -793,7 +793,7 @@ class SleepOperation(InstanceOperation): class SuspendVmOperation(SubOperationMixin, RemoteInstanceOperation): id = "_suspend_vm" name = _("suspend virtual machine") - task = vm_tasks.suspend + task = vm_tasks.sleep remote_queue = ("vm", "slow") timeout = 600 -- libgit2 0.26.0