diff options
| author | Josh Kearney <josh@jk0.org> | 2011-08-18 16:07:02 -0500 |
|---|---|---|
| committer | Josh Kearney <josh@jk0.org> | 2011-08-18 16:07:02 -0500 |
| commit | 22ba538b3cb3ddd22cef0fc06b136db433a8d202 (patch) | |
| tree | acc3c1a6c93c94e46dee85ddbd3d2a1366e8c320 /nova/api | |
| parent | f86a5cc4bc43923077ffe1d4098e550841f1c4f0 (diff) | |
| download | nova-22ba538b3cb3ddd22cef0fc06b136db433a8d202.tar.gz nova-22ba538b3cb3ddd22cef0fc06b136db433a8d202.tar.xz nova-22ba538b3cb3ddd22cef0fc06b136db433a8d202.zip | |
Oops.
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/contrib/rescue.py | 2 |
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) |
