Merge "Retry download_vhd with different glance host each time"

This commit is contained in:
Jenkins
2012-03-05 20:05:08 +00:00
committed by Gerrit Code Review

View File

@@ -1019,3 +1019,7 @@ class InstanceNotFound(NotFound):
class InvalidInstanceIDMalformed(Invalid):
message = _("Invalid id: %(val)s (expecting \"i-...\").")
class CouldNotFetchImage(NovaException):
message = _("Could not fetch image %(image)s")