summaryrefslogtreecommitdiffstats
path: root/nova/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/exception.py')
-rw-r--r--nova/exception.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/nova/exception.py b/nova/exception.py
index 6d931588d..93dd2d205 100644
--- a/nova/exception.py
+++ b/nova/exception.py
@@ -1089,6 +1089,10 @@ class CouldNotFetchImage(NovaException):
message = _("Could not fetch image %(image_id)s")
+class CouldNotUploadImage(NovaException):
+ message = _("Could not upload image %(image_id)s")
+
+
class TaskAlreadyRunning(NovaException):
message = _("Task %(task_name)s is already running on host %(host)s")