Commit 72fb083e by Bach Dániel

fix get_keys task

parent 081bdf71
......@@ -97,8 +97,8 @@ def del_keys(vm, keys):
@celery.task(name='agent.get_keys')
def get_keys(vm):
logger.debug('get_keys()')
reactor.connections[vm].send_command(
command='get_keys', args={})
return reactor.connections[vm].send_command(
command='get_keys', args={}, uuid=get_keys.request.id)
@celery.task(name='vm.tasks.local_agent_tasks.agent_started')
......
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