4dfde43b25
Change-Id: I932157f80f58d17ce66df60fde31bb812f74d05f
10 lines
525 B
YAML
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``.
|