heat/releasenotes/notes/attribute-schema-validation-db615003e577f8dd.yaml
Zane Bitter f2b60f308f Validate attributes schema
We always check that a properties schema is valid at the time that it is
created. Do the same for the attributes schema. This will catch programming
errors in the writing of Resource plugins.

Change-Id: I8119aec30b83f1f9e711013a60a828ae4a8337c7
Story: #2003915
2018-09-28 11:56:57 -04:00

7 lines
227 B
YAML

---
upgrade:
- |
When loading a Resource plugin, the attribute schema is now validated in
the same way that the properties schema is. Third-party resource plugins
should be tested to check that they still comply.