From 44651806269f449f81d873353d3291dd72e6360a Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Fri, 4 May 2012 12:54:40 -0700 Subject: Remove state altering in live-migration code * Stops live migration from checking volume node because it will not be accessible if volumes are a separate service * Stops state modification of volumes during live migration because the volumes are not migrating * Partially implements blueprint volume-decoupling Change-Id: I07bdbc660ff220e2079e643a002c4c6bb5df6db7 --- nova/exception.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nova/exception.py') diff --git a/nova/exception.py b/nova/exception.py index dc1199be3..493e3fa13 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -351,10 +351,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.") -- cgit