Skip to content

Commit 5d26fda

Browse files
1049965823stephenfin
authored andcommitted
[Trivial] Remove wrong format_message() conversion
This is a bug, follow up with the nova-cyborg-interaction patch, comment by sean-k-mooney [1]. [1]https://review.opendev.org/#/c/631244/69/nova/compute/manager.py@2599 Closes-Bug: #1890428 Change-Id: I40bd9c0fa62c8087fa06af44b0b28dfe050fa1e6
1 parent 64980bd commit 5d26fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nova/compute/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2593,7 +2593,7 @@ def _build_resources(self, context, instance, requested_networks,
25932593
arqs = self._get_bound_arq_resources(
25942594
context, instance, accel_uuids)
25952595
except (Exception, eventlet.timeout.Timeout) as exc:
2596-
LOG.exception(exc.format_message())
2596+
LOG.exception(exc)
25972597
self._build_resources_cleanup(instance, network_info)
25982598
compute_utils.delete_arqs_if_needed(context, instance)
25992599
msg = _('Failure getting accelerator requests.')

0 commit comments

Comments
 (0)