template validate ignore errors api-ref update

api-ref is updated for template validate REST API
to provide details on the ignore_errors query
parameter.

Change-Id: I9e2911c7fbe708913b6f143c6d4e408b148ce672
This commit is contained in:
Kanagaraj Manickam 2016-05-23 15:17:05 +05:30
parent 2219a32995
commit 4635f666c4
2 changed files with 9 additions and 0 deletions

View File

@ -306,6 +306,14 @@ with_detail:
in: query
required: false
type: boolean
ignore_errors:
description: |
List of comma separated error codes to ignore.
# TODO(kanagaraj-manickam) add the cross reference to the API to retrieve the
# list of error code supported, once its made available in heat.
in: query
required: false
type: string
# variables in body
Description:

View File

@ -108,6 +108,7 @@ Request
- template_url: template_url
- template: template
- tenant_id: tenant_id
- ignore_errors: ignore_errors
Request Example
---------------