ironic-inspector/releasenotes/notes/processing-data-type-check-7c914339d3ab15ba.yaml
Dmitry Tantsur 2df2918814 Validate that data received from the ramdisk is a JSON object
Change-Id: I16210ece532f7901c20074cd205b44fdb2f4084d
Closes-Bug: #1525876
2015-12-14 14:19:43 +01:00

6 lines
225 B
YAML

---
fixes:
- The data processing API endpoint now validates that data received from
the ramdisk is actually a JSON object instead of failing the internal error
later (issue https://bugs.launchpad.net/bugs/1525876).