Reviewed: https://review.opendev.org/744280 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5d26fda5ea1efd14dd7b5bd9ea3f8debfb32b4c6 Submitter: Zuul Branch: master
commit 5d26fda5ea1efd14dd7b5bd9ea3f8debfb32b4c6 Author: zhangbailin <[email protected]> Date: Sat Aug 1 16:45:03 2020 +0800 [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 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1890428 Title: format_message() is specifica novaException is not should raise in generic exeptions Status in OpenStack Compute (nova): Fix Released Status in OpenStack Compute (nova) ussuri series: New Bug description: In [1] we used format_message() to print the exception info, but the format_message() was specific for nova exception, we dont should do for that, just need to print exec is enough. [1]https://review.opendev.org/#/c/631244/69/nova/compute/manager.py@2599 To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1890428/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

