ironic/releasenotes/notes/jsonschema-966f55fc79b916fc.yaml
Dmitry Tantsur 55b9579f14 Fix compatibility with jsonschema>=4.0.0
Specify the schema version for network_data and node, otherwise the
latest one is used.

Also fix one test where the error messages was changed.

Change-Id: I4a614d7e73348bbe6c355a40881b013cbfe00b03
2022-07-14 18:07:48 +02:00

10 lines
312 B
YAML

---
fixes:
- |
Fixes compatibility with ``jsonschema`` package version 4.0.0 or newer
by providing a proper schema version (Draft-07 currently).
issues:
- |
When using ``jsonschema`` 4.0.0 or newer, make sure to include a proper
``$schema`` field in your custom network data or RAID schemas.