diff options
| author | Chiradeep Vittal <chiradeep@chiradeep-lt2> | 2011-01-04 16:06:03 -0800 |
|---|---|---|
| committer | Chiradeep Vittal <chiradeep@chiradeep-lt2> | 2011-01-04 16:06:03 -0800 |
| commit | 46a249eaa1db7d0f5b765cff701bb13005e3db49 (patch) | |
| tree | c233388f81b1d21b6b65515c77d163cd3d95cc56 /nova/virt | |
| parent | c40e41f7fbfac12ce07bbd1ee6bf57d1897e6009 (diff) | |
Revert some unneeded formatting since twistd is no longer used
Diffstat (limited to 'nova/virt')
| -rw-r--r-- | nova/virt/images.py | 1 |
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. |
