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, 0 insertions, 5 deletions
diff --git a/glance_store/exceptions.py b/glance_store/exceptions.py
index 87ac242..b41df97 100644
--- a/glance_store/exceptions.py
+++ b/glance_store/exceptions.py
@@ -88,11 +88,6 @@ class StorageFull(GlanceStoreException):
message = _("There is not enough disk space on the image storage media.")
-class StorageQuotaFull(GlanceStoreException):
- message = _("The size of the data %(image_size)s will exceed the limit. "
- "%(remaining)s bytes remaining.")
-
-
class StorageWriteDenied(GlanceStoreException):
message = _("Permission to write image storage media denied.")