ironic/releasenotes/notes/2061160-5e080a17ae31fb53.yaml
Alexon Oliveira 438fd6220a Remove deprecation warning by setting schema
Closes-Bug: #2061160

Change-Id: Ie5af73dd1b8af29734d1cf34b070e2a2bbc09949
Signed-off-by: Alexon Oliveira <alolivei@redhat.com>
(cherry picked from commit 668dd24108)
2024-04-16 19:21:30 +00:00

9 lines
330 B
YAML

---
fixes:
- |
Fixes an issue with units tests that show this DeprecationWarning:
The metaschema specified by $schema was not found. Using the latest
draft to validate, but this will raise an error in the future.
cls = validator_for(schema)
Removed the warning for deprecated schema by using a new template.