Merge "Retry download_vhd with different glance host each time"
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user