Merge "Set message property in ImageDownloadFailed"

This commit is contained in:
Zuul 2018-12-14 05:40:02 +00:00 committed by Gerrit Code Review
commit 4fbd10725c
1 changed files with 1 additions and 1 deletions

View File

@ -728,7 +728,7 @@ class GlanceMetadataNotFound(NotFound):
class ImageDownloadFailed(CinderException):
_msg_fmt = _("Failed to download image %(image_href)s, reason: %(reason)s")
message = _("Failed to download image %(image_href)s, reason: %(reason)s")
class ExportFailure(Invalid):