clarify operation of message.create when passed an exception and a detail
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Fix Released
|
Undecided
|
Brian Rosmaita |
Bug Description
The create method in the message API takes various arguments, including an exception (can be None) and a message_
I propose changing the behavior so that the passed-in Detail is honored even in the case of a mapped exception and adding tests. If the team decides that the current behavior is correct, we'll still have tests to prevent regressions.
Changed in cinder: | |
assignee: | nobody → Brian Rosmaita (brian-rosmaita) |
Fix proposed to branch: master /review. openstack. org/648294
Review: https:/