d6eabef4de
Jsonschema has changed the type of a parameter from a simple tuple to a pyrsistent map object. Since we were passing in the defaults anyway, this patch removes those parameters from the jsonschema call. This makes designate compatible with jsonschema >= 4.16.0. Closes-Bug: #1992677 Change-Id: I9cc94506a63371ad78b204030e5e87339982e9e7
5 lines
78 B
YAML
5 lines
78 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed designate compatibility with jsonschema >= 4.16.0.
|