ironic/releasenotes/notes/fix-rpc-exceptions-12c70eb6ba177e39.yaml
Jim Rollenhagen 4dfde43b25 Clean up release notes for 7.0.0
Change-Id: I932157f80f58d17ce66df60fde31bb812f74d05f
2017-02-13 15:44:00 -05:00

10 lines
525 B
YAML

---
fixes:
- Ironic exceptions that contained arbitrary objects in ``kwargs`` and were
sent via RPC were causing ``oslo_messaging`` serializer to fail. This was
leading to 500 errors from ironic API, timing out waiting for response from
the conductor. Starting with this release, all non-serializable objects
contained in an exception's kwargs are dropped. Whether the error is going
to be returned by the service will depend on the configuration option
``[DEFAULT]/fatal_exception_format_errors``.