Merge "Add fault wrapper for rescue function"

This commit is contained in:
Jenkins 2014-05-05 20:20:18 +00:00 committed by Gerrit Code Review
commit 3cb31d9441
1 changed files with 1 additions and 0 deletions

View File

@ -2953,6 +2953,7 @@ class ComputeManager(manager.Manager):
@wrap_exception()
@reverts_task_state
@wrap_instance_event
@wrap_instance_fault
def rescue_instance(self, context, instance, rescue_password,
rescue_image_ref=None):
"""Rescue an instance on this host."""