Exceptions should be united and exception.wrap_exception should be updated or removed
Bug #817107 reported by
Vish Ishaya
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Low
|
Alex Meade |
Bug Description
wrap_exception was created to wrap unknown exceptions in our base exception class which was 'Error'. Later NovaException was created as the base for most exception classes. These should be united into one exception tree and wrap_exception should be updated if it is still useful or removed.
Changed in nova: | |
assignee: | nobody → Brian Waldon (bcwaldon) |
Changed in nova: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in nova: | |
status: | Triaged → In Progress |
Changed in nova: | |
status: | In Progress → Triaged |
assignee: | Brian Waldon (bcwaldon) → nobody |
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.
Fix proposed to branch: master /review. openstack. org/7075
Review: https:/