Release notes for template validation improvements

implements blueprint heat-template-validate-improvements

Change-Id: I22316db6e9952ca416d011fcedd3967f9b52b2c0
This commit is contained in:
Kanagaraj Manickam 2016-02-05 14:46:00 +05:30
parent f37991c079
commit a6312528e9
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
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.