diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-16 19:21:32 -0700 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-16 19:21:32 -0700 |
| commit | cfe77c1236b68aa96dd85503582e08a07a23f77f (patch) | |
| tree | 80882cf6442549990436bbc3f20efb11252dd8b1 /nova/compute | |
| parent | c9158dfcf4efd2cf22df9aed7b1bb01e037e8eb2 (diff) | |
cleanup
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/manager.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py index ce60c6b43..ebe1ce6f0 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -521,7 +521,6 @@ class ComputeManager(scheduler_manager.SchedulerDependentManager): def pause_instance(self, context, instance_id): """Pause an instance on this server.""" context = context.elevated() - LOG.debug(_('*** instance %s: starting pause'), instance_id) instance_ref = self.db.instance_get(context, instance_id) LOG.audit(_('instance %s: pausing'), instance_id, context=context) self.db.instance_set_state(context, |
