diff options
author | Kanagaraj Manickam <mkr1481@gmail.com> | 2016-05-23 15:17:05 +0530 |
---|---|---|
committer | Kanagaraj Manickam <mkr1481@gmail.com> | 2016-05-23 15:17:05 +0530 |
commit | 4635f666c4ce6ae217ac23fc63f8c63eed921452 (patch) | |
tree | c8d55d47004b9e44b76d69820fdaf590734cf289 | |
parent | 2219a32995fec4aaabe5e55b6f5c819171e24113 (diff) | |
download | heat-4635f666c4ce6ae217ac23fc63f8c63eed921452.tar.gz |
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
-rw-r--r-- | api-ref/source/v1/parameters.yaml | 8 | ||||
-rw-r--r-- | api-ref/source/v1/stack-templates.inc | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/api-ref/source/v1/parameters.yaml b/api-ref/source/v1/parameters.yaml index 9f8b42c1d..33ab37fa6 100644 --- a/api-ref/source/v1/parameters.yaml +++ b/api-ref/source/v1/parameters.yaml @@ -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: diff --git a/api-ref/source/v1/stack-templates.inc b/api-ref/source/v1/stack-templates.inc index aa5e229f6..f81e1f1b1 100644 --- a/api-ref/source/v1/stack-templates.inc +++ b/api-ref/source/v1/stack-templates.inc @@ -108,6 +108,7 @@ Request - template_url: template_url - template: template - tenant_id: tenant_id + - ignore_errors: ignore_errors Request Example --------------- |