summaryrefslogtreecommitdiffstats
path: root/nova/virt
diff options
context:
space:
mode:
Diffstat (limited to 'nova/virt')
-rw-r--r--nova/virt/images.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/virt/images.py b/nova/virt/images.py
index be162b5b1..2d03da4b4 100644
--- a/nova/virt/images.py
+++ b/nova/virt/images.py
@@ -70,6 +70,7 @@ def _fetch_image_no_curl(url, path, headers):
def _fetch_s3_image(image, path, user, project):
url = image_url(image)
+
# This should probably move somewhere else, like e.g. a download_as
# method on User objects and at the same time get rewritten to use
# a web client.