Commit c721e74d by Guba Sándor

vmdriver: add time_out to shutdown

parent 8e738dd5
......@@ -188,7 +188,7 @@ def create(vm_desc):
return domain_info(vm.name)
@celery.task
@celery.task(time_limit=120)
@req_connection
def shutdown(name):
""" Shutdown virtual machine (need ACPI support).
......
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