deb-heat/releasenotes/notes/template-validate-improvements-52ecf5125c9efeda.yaml
Kanagaraj Manickam a6312528e9 Release notes for template validation improvements
implements blueprint heat-template-validate-improvements

Change-Id: I22316db6e9952ca416d011fcedd3967f9b52b2c0
2016-02-05 14:48:48 +05:30

8 lines
479 B
YAML

---
features:
- Template validation is improved to ignore the given set of error codes. For
example, heat will report template as invalid one, if it does not find any
required OpenStack services in the cloud deployment and while authoring
the template, user might wants to avoid such scenarios, so that (s)he could
create valid template without bothering about run-time environments. Please
refer the API documentation of validate template for more details.