Fix run/terminate race conditions.
* synchronize run,terminate,stop,start on instance_uuid * don't surpress error when unfiltering instance, which can result in a zombified instance. * Fixes bug 956719 * Remove debug raise Change-Id: I8b2eaffdabfd5c1a9414adb1b5ed11e4c48711fc
This commit is contained in:
@@ -330,6 +330,10 @@ class InstanceRebootFailure(Invalid):
|
||||
message = _("Failed to reboot instance") + ": %(reason)s"
|
||||
|
||||
|
||||
class InstanceTerminationFailure(Invalid):
|
||||
message = _("Failed to terminate instance") + ": %(reason)s"
|
||||
|
||||
|
||||
class ServiceUnavailable(Invalid):
|
||||
message = _("Service is unavailable at this time.")
|
||||
|
||||
|
Reference in New Issue
Block a user