Commit d09eb778 by Máhonfai Bálint

Add port to celery task

parent b2ec1266
Pipeline #1424 passed with stage
in 0 seconds
...@@ -39,7 +39,7 @@ def download(disk_desc, url): ...@@ -39,7 +39,7 @@ def download(disk_desc, url):
@celery.task(name='storagedriver.import_disk') @celery.task(name='storagedriver.import_disk')
def import_disk(disk_desc, url): def import_disk(disk_desc, url, port):
pass 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