ironic/releasenotes/notes/remove-exception-message-92100debeb40d4c7.yaml
Jim Rollenhagen 7054e289f7 Remove "message" attribute support from IronicException
This was deprecated last August, go ahead and remove it.

Change-Id: Iabb3950cf958aaa800688d9f7aa1c2d3673c7f6f
2016-05-16 20:53:14 +00:00

7 lines
228 B
YAML

---
upgrade:
- Removes support for the "message" attribute from the
"IronicException" class. Subclasses of "IronicException"
should instead use the "_msg_fmt" attribute.
This change is only relevant to developers.