summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/cmd/baremetal_deploy_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/cmd/baremetal_deploy_helper.py b/nova/cmd/baremetal_deploy_helper.py
index dd8c652ff..2bf0bdbae 100644
--- a/nova/cmd/baremetal_deploy_helper.py
+++ b/nova/cmd/baremetal_deploy_helper.py
@@ -241,7 +241,7 @@ class Worker(threading.Thread):
{'task_state': baremetal_states.DEPLOYING})
deploy(**params)
except Exception:
- LOG.error(_('deployment to node %s failed') % node_id)
+ LOG.exception(_('deployment to node %s failed') % node_id)
db.bm_node_update(context, node_id,
{'task_state': baremetal_states.DEPLOYFAIL})
else: