summaryrefslogtreecommitdiffstats
path: root/nova/exception.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-05-08 18:06:43 +0000
committerGerrit Code Review <review@openstack.org>2012-05-08 18:06:43 +0000
commit314cc19dcac67af59beeac9901c8f03416113685 (patch)
tree4c31fd8091de09c4f8dcef0661f1c8a13b303657 /nova/exception.py
parent9019705f70a77293bcc6f4394a274fa15115b0f5 (diff)
parent44651806269f449f81d873353d3291dd72e6360a (diff)
Merge "Remove state altering in live-migration code"
Diffstat (limited to 'nova/exception.py')
-rw-r--r--nova/exception.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/exception.py b/nova/exception.py
index 090a402a0..d724063ef 100644
--- a/nova/exception.py
+++ b/nova/exception.py
@@ -344,10 +344,6 @@ class ServiceUnavailable(Invalid):
message = _("Service is unavailable at this time.")
-class VolumeServiceUnavailable(ServiceUnavailable):
- message = _("Volume service is unavailable at this time.")
-
-
class ComputeServiceUnavailable(ServiceUnavailable):
message = _("Compute service is unavailable at this time.")