diff --git a/nova/compute/manager.py b/nova/compute/manager.py index 1e02096fe0af..84a16b586507 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -2506,6 +2506,8 @@ class ComputeManager(manager.Manager): raise exception.BuildAbortException(instance_uuid=instance.uuid, reason=e.format_message()) except Exception as e: + LOG.exception('Failed to build and run instance', + instance=instance) self._notify_about_instance_usage(context, instance, 'create.error', fault=e) tb = traceback.format_exc()