ironic-python-agent/releasenotes/notes/fix-bytes-json-serializable-collected-logs-ad61022b287dc3e2.yaml
Ramamani Yeleswarapu d744ab5c89 Release notes cleanup for Pike release
Change-Id: I862fdd1d178445efaf2578949b1c2c00614396b3
2017-08-14 13:30:20 -07:00

6 lines
227 B
YAML

---
fixes:
- Fixes JSON serialization of logs by encoding them as text instead of byte
strings in IPA. This works for py2.7 as well as py3. See
https://bugs.launchpad.net/ironic-python-agent/+bug/1668533 for details.