Retry download_vhd with different glance host each time
Fixes bug 944096 Change-Id: I33aa3774ba7f266e85f09c6c569fdd0f895478b4
This commit is contained in:
@@ -1015,3 +1015,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