diff options
Diffstat (limited to 'nova/compute')
| -rwxr-xr-x | nova/compute/manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py index 87338f494..9c11ce1f7 100755 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -3482,7 +3482,7 @@ class ComputeManager(manager.SchedulerDependentManager): to_unrescue.append(instance) for instance in to_unrescue: - self.compute_api.unrescue(context, instance) + self.conductor_api.compute_unrescue(context, instance) @manager.periodic_task def _poll_unconfirmed_resizes(self, context): |
