Commit 24faa8a1 by Karsa Zoltán István

typo

parent dbbc98b8
......@@ -1481,7 +1481,7 @@ class HotPlugVCPU(RemoteInstanceOperation):
task = vm_tasks.hotplug_vcpuset
def _get_remote_args(self, **kwargs):
return (super(HotPlugMem, self)._get_remote_args(**kwargs) + [kwargs["num_cores"]] )
return (super(HotPlugVCPU, self)._get_remote_args(**kwargs) + [kwargs["num_cores"]] )
@register_operation
......
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