mirror of
https://opendev.org/openstack/ironic.git
synced 2026-01-16 23:01:47 +00:00
Merge "Fix typo calling save_and_reraise_exception"
This commit is contained in:
commit
3fb614f7b7
1 changed files with 1 additions and 1 deletions
|
|
@ -886,7 +886,7 @@ class AgentClient(object):
|
|||
try:
|
||||
self._command(node=node, method='system.lockdown', params={})
|
||||
except Exception as e:
|
||||
with excutils.save_and_raise_exception():
|
||||
with excutils.save_and_reraise_exception():
|
||||
LOG.error('Failed to lock down node %(node_uuid)s. '
|
||||
'%(cls)s: %(error)s',
|
||||
{'node_uuid': node.uuid,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue