forked from openstack/nova
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Matt Riedemann
committed
Dec 17, 2016
1 parent
b6286f4
commit 928f046
Showing
2 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters