summaryrefslogtreecommitdiff
path: root/nova/image
diff options
context:
space:
mode:
Diffstat (limited to 'nova/image')
-rw-r--r--nova/image/glance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/image/glance.py b/nova/image/glance.py
index 6b24cc2c4d..2e8ca103fe 100644
--- a/nova/image/glance.py
+++ b/nova/image/glance.py
@@ -282,7 +282,7 @@ class GlanceImageService(object):
return self._download_handlers[scheme]
except KeyError:
return None
- except Exception as ex:
+ except Exception:
LOG.error(_("Failed to instantiate the download handler "
"for %(scheme)s") % {'scheme': scheme})
return