summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/contrib/rescue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/contrib/rescue.py b/nova/api/openstack/contrib/rescue.py
index 399bb7f35..3de128895 100644
--- a/nova/api/openstack/contrib/rescue.py
+++ b/nova/api/openstack/contrib/rescue.py
@@ -52,7 +52,7 @@ class Rescue(exts.ExtensionDescriptor):
@wrap_errors
def _unrescue(self, input_dict, req, instance_id):
- """Rescue an instance."""
+ """Unrescue an instance."""
context = req.environ["nova.context"]
self.compute_api.unrescue(context, instance_id)