Commit d56d4df4 by Guba Sándor

storage: added list_files remote task

parent 24fc67da
......@@ -6,6 +6,11 @@ def list(dir):
pass
@celery.task(name='storagedriver.list_files')
def list_files(dir):
pass
@celery.task(name='storagedriver.create')
def create(disk_desc):
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