Comment 8 for bug 1650694

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

Reviewed: https://review.openstack.org/412024
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=928f046d24698f17de7a7433ad69986b3c223c8b
Submitter: Jenkins
Branch: master

commit 928f046d24698f17de7a7433ad69986b3c223c8b
Author: Matt Riedemann <email address hidden>
Date: Fri Dec 16 20:27:27 2016 -0500

    Make nova-manage emit a traceback when things blow up

    If we hit an unhandled error in nova-manage we don't
    get a traceback currently which makes debugging the actual
    failure hard. This change emits a traceback in main() when
    we get an unhandled exception up from one of the subcommands.

    Change-Id: Id8b8ad3c97c6834abc4290319cd6f2cd5aafa479
    Related-Bug: #1650694