Commit 81c32d0e by Őry Máté

vm: register ResumeVmOperation

parent d674c053
......@@ -391,6 +391,7 @@ class DeployOperation(InstanceOperation):
# deploy disk
disk.deploy()
@register_operation
class ResumeVmOperation(SubOperationMixin, RemoteInstanceOperation):
id = "_resume_vm"
name = _("boot virtual machine")
......
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