summaryrefslogtreecommitdiff
path: root/glance_store/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'glance_store/exceptions.py')
-rw-r--r--glance_store/exceptions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/glance_store/exceptions.py b/glance_store/exceptions.py
index a20440f..99bc1b0 100644
--- a/glance_store/exceptions.py
+++ b/glance_store/exceptions.py
@@ -181,3 +181,8 @@ class HasSnapshot(GlanceStoreException):
class InUseByStore(GlanceStoreException):
message = _("The image cannot be deleted because it is in use through "
"the backend store outside of Glance.")
+
+
+class HostNotInitialized(GlanceStoreException):
+ message = _("The glance cinder store host %(host)s which will used to "
+ "perform nfs mount/umount operations isn't initialized.")