diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-05-08 18:06:43 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-05-08 18:06:43 +0000 |
| commit | 314cc19dcac67af59beeac9901c8f03416113685 (patch) | |
| tree | 4c31fd8091de09c4f8dcef0661f1c8a13b303657 /nova/exception.py | |
| parent | 9019705f70a77293bcc6f4394a274fa15115b0f5 (diff) | |
| parent | 44651806269f449f81d873353d3291dd72e6360a (diff) | |
Merge "Remove state altering in live-migration code"
Diffstat (limited to 'nova/exception.py')
| -rw-r--r-- | nova/exception.py | 4 |
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.") |
