Commit d674c053 by Őry Máté

vm: fix DeployOperation

Unhandled exception: _get_remote_args() got an unexpected
          keyword argument 'activity'
parent fd823667
......@@ -364,7 +364,7 @@ class DeployOperation(InstanceOperation):
remote_queue = ("vm", "slow")
task = vm_tasks.deploy
def _get_remote_args(self):
def _get_remote_args(self, **kwargs):
return [self.instance.get_vm_desc()]
# intentionally not calling super
......
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