Commit 4c21a9f4 by Guba Sándor

vm_tasks: added screenshot stub

parent 7e142ce6
......@@ -98,3 +98,8 @@ def get_ram_size(params):
@celery.task(name='vmdriver.get_node_metrics')
def get_node_metrics(params):
pass
@celery.task(name='vmdriver.screenshot')
def screenshot(params):
pass
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