Commit c74c6714 by Bach Dániel Committed by Guba Sándor

vm: add mount_store task

parent 9423ec6c
...@@ -19,3 +19,8 @@ def set_time(vm, time): ...@@ -19,3 +19,8 @@ def set_time(vm, time):
@celery.task(name='agent.set_hostname') @celery.task(name='agent.set_hostname')
def set_hostname(vm, time): def set_hostname(vm, time):
pass pass
@celery.task(name='agent.mount_store')
def mount_store(vm, host, username, password):
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