diff options
-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 072f5bce7..ed95ff8df 100755 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -501,7 +501,7 @@ class ComputeManager(manager.SchedulerDependentManager): 'firewall rules'), instance=instance) def handle_lifecycle_event(self, event): - LOG.error(_("Lifecycle event %(state)d on VM %(uuid)s") % + LOG.info(_("Lifecycle event %(state)d on VM %(uuid)s") % {'state': event.get_transition(), 'uuid': event.get_instance_uuid()}) context = nova.context.get_admin_context() |