The user parameters are not used in template validation.
Change-Id: Iba438b2977f8029c0f0f7e6e65e853d23e4d2b0d
Signed-off-by: Zane Bitter <zbitter@redhat.com>
{
"template_url": "{template_url}",
- "parameters": {
- "{key1}": "{value1}",
- "{key2}": "{value2}"
- }
}
```
* `tenant_id` The unique identifier of the tenant or account
* `template_url` The URL of the template to validate
* `template` A JSON template to validate - this takes precendence over the `template_url` if both are supplied.
-* `keyn`, `valuen` User-defined parameters to pass to the Template
List Stack Resources
--------------------