Improve rpc RemoteError to return original exception args
Bug #920705 reported by
Dean Troyer
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Wishlist
|
Alex Meade |
Bug Description
The original exception information returned in an rpc.RemoteError is reduced to strings. We need a way to return the original exception args intact to the calling routines.
Changed in nova: | |
assignee: | nobody → Brian Waldon (bcwaldon) |
Changed in nova: | |
status: | Triaged → In Progress |
Changed in nova: | |
assignee: | Brian Waldon (bcwaldon) → Alex Meade (alex-meade) |
Changed in nova: | |
milestone: | none → folsom-1 |
Changed in nova: | |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | folsom-1 → 2012.2 |
To post a comment you must log in.
Being able to return enough information to reconstruct the same exception on the other side of an rpc connection would be fantastic.