Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

10.49. heat template-validate

usage: heat template-validate [-u <URL>] [-f <FILE>] [-e <FILE or URL>]
                              [-o <URL>] [-n]
                              [-P <KEY1=VALUE1;KEY2=VALUE2...>]
                              [-I <ERR1,ERR2...>]
Validate a template with parameters.

Optional arguments

-u <URL>, --template-url <URL>


      URL of template.

-f <FILE>, --template-file <FILE>


      Path to the template.

-e <FILE or URL>, --environment-file <FILE or URL>


      Path to the environment, it can be specified multiple
      times.

-o <URL>, --template-object <URL>


      URL to retrieve template object (e.g. from swift).

-n, --show-nested


        Resolve parameters from nested templates as well.

-P <KEY1=VALUE1;KEY2=VALUE2...>, --parameters <KEY1=VALUE1;KEY2=VALUE2...>


      Parameter values for the template. This can be
      specified multiple times, or once with parameters
      separated by a semicolon.

-I <ERR1,ERR2...>, --ignore-errors <ERR1,ERR2...>


      List of heat errors to ignore.