Update for heat 0.2.11
Regenerated cli chapter for python-heatclient 0.2.11. Change-Id: If833497605a9f2b38b1f323109bdb513459494e6
This commit is contained in:
parent
8955d0c843
commit
879f458ec6
@ -10,10 +10,14 @@
|
||||
<?dbhtml stop-chunking?>
|
||||
|
||||
<title>Orchestration command-line client</title>
|
||||
<para>The <command>heat</command> client is the command-line interface
|
||||
(CLI) for the Orchestration API and its extensions. This chapter documents
|
||||
<command>heat</command> version 0.2.10.
|
||||
|
||||
<para>The <command>heat</command> client is the command-line
|
||||
interface (CLI) for the Orchestration API and its extensions.
|
||||
|
||||
This chapter documents <command>heat</command> version
|
||||
<literal>0.2.11</literal>.
|
||||
</para>
|
||||
|
||||
<para>For help on a specific <command>heat</command>
|
||||
command, enter:
|
||||
</para>
|
||||
@ -21,16 +25,23 @@
|
||||
|
||||
<section xml:id="heatclient_command_usage">
|
||||
<title>heat usage</title>
|
||||
<screen><computeroutput>usage: heat [--version] [-d] [-v] [-k] [--os-cacert <ca-certificate>]
|
||||
[--cert-file CERT_FILE] [--key-file KEY_FILE] [--ca-file CA_FILE]
|
||||
[--api-timeout API_TIMEOUT] [--os-username OS_USERNAME]
|
||||
<screen><computeroutput>usage: heat [--version] [-d] [-v] [--api-timeout API_TIMEOUT]
|
||||
[--os-no-client-auth] [--heat-url HEAT_URL]
|
||||
[--heat-api-version HEAT_API_VERSION] [--include-password] [-k]
|
||||
[--os-cert OS_CERT] [--cert-file OS_CERT] [--os-key OS_KEY]
|
||||
[--key-file OS_KEY] [--os-cacert <ca-certificate-file>]
|
||||
[--ca-file OS_CACERT] [--os-username OS_USERNAME]
|
||||
[--os-user-id OS_USER_ID] [--os-user-domain-id OS_USER_DOMAIN_ID]
|
||||
[--os-user-domain-name OS_USER_DOMAIN_NAME]
|
||||
[--os-project-id OS_PROJECT_ID]
|
||||
[--os-project-name OS_PROJECT_NAME]
|
||||
[--os-project-domain-id OS_PROJECT_DOMAIN_ID]
|
||||
[--os-project-domain-name OS_PROJECT_DOMAIN_NAME]
|
||||
[--os-password OS_PASSWORD] [--os-tenant-id OS_TENANT_ID]
|
||||
[--os-tenant-name OS_TENANT_NAME] [--os-auth-url OS_AUTH_URL]
|
||||
[--os-region-name OS_REGION_NAME] [--os-auth-token OS_AUTH_TOKEN]
|
||||
[--os-no-client-auth] [--heat-url HEAT_URL]
|
||||
[--heat-api-version HEAT_API_VERSION]
|
||||
[--os-service-type OS_SERVICE_TYPE]
|
||||
[--os-endpoint-type OS_ENDPOINT_TYPE] [--include-password]
|
||||
[--os-endpoint-type OS_ENDPOINT_TYPE]
|
||||
<subcommand> ...</computeroutput></screen>
|
||||
<variablelist wordsize="10">
|
||||
<title>Subcommands</title>
|
||||
@ -182,7 +193,7 @@
|
||||
<term><command>resource-template</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Generate a template based on a resource.
|
||||
<emphasis>DEPRECATED!</emphasis> Use resource-type-template instead.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -202,6 +213,14 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>resource-type-template</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Generate a template based on a resource type.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>stack-abandon</command></term>
|
||||
<listitem>
|
||||
@ -218,6 +237,14 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>stack-cancel-update</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Cancel currently running update of the stack.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>stack-create</command></term>
|
||||
<listitem>
|
||||
@ -344,56 +371,6 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-k, --insecure</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Explicitly allow the client to perform "insecure" SSL
|
||||
(https) requests. The server's certificate will not be
|
||||
verified against any certificate authorities. This
|
||||
option should be used with caution.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-cacert <ca-certificate></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specify a CA bundle file to use in verifying a TLS
|
||||
(https) server certificate. Defaults to <code>env[OS_CACERT]</code>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--cert-file CERT_FILE</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Path of certificate file to use in SSL connection.
|
||||
This file can optionally be prepended with the private
|
||||
key.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--key-file KEY_FILE</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Path of client key to use in SSL connection.This
|
||||
option is not necessary if your key is prepended to
|
||||
your cert file.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--ca-file CA_FILE</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Path of CA SSL certificate(s) used to verify the
|
||||
remote server's certificate. Without this option the
|
||||
client looks for the default system CA certificates.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--api-timeout API_TIMEOUT</command></term>
|
||||
<listitem>
|
||||
@ -403,6 +380,104 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-no-client-auth</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Do not contact keystone for a token. Defaults to
|
||||
<code>env[OS_NO_CLIENT_AUTH]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--heat-url HEAT_URL</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[HEAT_URL]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--heat-api-version HEAT_API_VERSION</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[HEAT_API_VERSION]</code> or 1.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--include-password</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Send os-username and os-password to heat.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-k, --insecure</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Explicitly allow heatclient to perform "insecure SSL"
|
||||
(https) requests. The server's certificate will not be
|
||||
verified against any certificate authorities. This
|
||||
option should be used with caution.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-cert OS_CERT</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Path of certificate file to use in SSL connection.
|
||||
This file can optionally be prepended with the private
|
||||
key.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--cert-file OS_CERT</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<emphasis>DEPRECATED!</emphasis> Use --os-cert.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-key OS_KEY</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Path of client key to use in SSL connection. This
|
||||
option is not necessary if your key is prepended to
|
||||
your cert file.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--key-file OS_KEY</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<emphasis>DEPRECATED!</emphasis> Use --os-key.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-cacert <ca-certificate-file></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Path of CA TLS certificate(s) used to verify the
|
||||
remote server's certificate. Without this option
|
||||
glance looks for the default system CA certificates.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--ca-file OS_CACERT</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<emphasis>DEPRECATED!</emphasis> Use --os-cacert.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-username OS_USERNAME</command></term>
|
||||
<listitem>
|
||||
@ -411,6 +486,66 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-user-id OS_USER_ID</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[OS_USER_ID]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-user-domain-id OS_USER_DOMAIN_ID</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[OS_USER_DOMAIN_ID]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-user-domain-name OS_USER_DOMAIN_NAME</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[OS_USER_DOMAIN_NAME]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-project-id OS_PROJECT_ID</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Another way to specify tenant ID. This option is
|
||||
mutually exclusive with --os-tenant-id. Defaults to
|
||||
<code>env[OS_PROJECT_ID]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-project-name OS_PROJECT_NAME</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Another way to specify tenant name. This option is
|
||||
mutually exclusive with --os-tenant-name. Defaults to
|
||||
<code>env[OS_PROJECT_NAME]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-project-domain-id OS_PROJECT_DOMAIN_ID</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[OS_PROJECT_DOMAIN_ID]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-project-domain-name OS_PROJECT_DOMAIN_NAME</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[OS_PROJECT_DOMAIN_NAME]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-password OS_PASSWORD</command></term>
|
||||
<listitem>
|
||||
@ -459,31 +594,6 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-no-client-auth</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Do not contact keystone for a token. Defaults to
|
||||
<code>env[OS_NO_CLIENT_AUTH]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--heat-url HEAT_URL</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[HEAT_URL]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--heat-api-version HEAT_API_VERSION</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[HEAT_API_VERSION]</code> or 1.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-service-type OS_SERVICE_TYPE</command></term>
|
||||
<listitem>
|
||||
@ -500,18 +610,10 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--include-password</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Send os-username and os-password to heat.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_action-resume">
|
||||
<title>heat action-resume command</title>
|
||||
<title>heat action-resume</title>
|
||||
<screen><computeroutput>usage: heat action-resume <NAME or ID></computeroutput></screen>
|
||||
<para>
|
||||
Resume the stack.
|
||||
@ -528,7 +630,7 @@ Resume the stack.
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_action-suspend">
|
||||
<title>heat action-suspend command</title>
|
||||
<title>heat action-suspend</title>
|
||||
<screen><computeroutput>usage: heat action-suspend <NAME or ID></computeroutput></screen>
|
||||
<para>
|
||||
Suspend the stack.
|
||||
@ -545,15 +647,17 @@ Suspend the stack.
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_build-info">
|
||||
<title>heat build-info command</title>
|
||||
<title>heat build-info</title>
|
||||
<screen><computeroutput>usage: heat build-info</computeroutput></screen>
|
||||
<para>
|
||||
Retrieve build information.
|
||||
</para>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_event-list">
|
||||
<title>heat event-list command</title>
|
||||
<screen><computeroutput>usage: heat event-list [-r <RESOURCE>] <NAME or ID></computeroutput></screen>
|
||||
<title>heat event-list</title>
|
||||
<screen><computeroutput>usage: heat event-list [-r <RESOURCE>] [-f <KEY1=VALUE1;KEY2=VALUE2...>]
|
||||
[-l <LIMIT>] [-m <ID>]
|
||||
<NAME or ID></computeroutput></screen>
|
||||
<para>
|
||||
List events for a stack.
|
||||
</para> <variablelist wordsize="10">
|
||||
@ -577,10 +681,37 @@ List events for a stack.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-f <KEY1=VALUE1;KEY2=VALUE2...>, --filters <KEY1=VALUE1;KEY2=VALUE2...></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Filter parameters to apply on returned events. This
|
||||
can be specified multiple times, or once with
|
||||
parameters separated by a semicolon.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-l <LIMIT>, --limit <LIMIT></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Limit the number of events returned.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-m <ID>, --marker <ID></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Only return events that appear after the given event
|
||||
ID.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_event-show">
|
||||
<title>heat event-show command</title>
|
||||
<title>heat event-show</title>
|
||||
<screen><computeroutput>usage: heat event-show <NAME or ID> <RESOURCE> <EVENT></computeroutput></screen>
|
||||
<para>
|
||||
Describe the event.
|
||||
@ -613,7 +744,7 @@ Describe the event.
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_output-list">
|
||||
<title>heat output-list command</title>
|
||||
<title>heat output-list</title>
|
||||
<screen><computeroutput>usage: heat output-list <NAME or ID></computeroutput></screen>
|
||||
<para>
|
||||
Show available outputs.
|
||||
@ -630,7 +761,7 @@ Show available outputs.
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_output-show">
|
||||
<title>heat output-show command</title>
|
||||
<title>heat output-show</title>
|
||||
<screen><computeroutput>usage: heat output-show <NAME or ID> <OUTPUT NAME></computeroutput></screen>
|
||||
<para>
|
||||
Show a specific stack output.
|
||||
@ -655,8 +786,8 @@ Show a specific stack output.
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_resource-list">
|
||||
<title>heat resource-list command</title>
|
||||
<screen><computeroutput>usage: heat resource-list <NAME or ID></computeroutput></screen>
|
||||
<title>heat resource-list</title>
|
||||
<screen><computeroutput>usage: heat resource-list [-n <DEPTH>] <NAME or ID></computeroutput></screen>
|
||||
<para>
|
||||
Show list of resources belonging to a stack.
|
||||
</para> <variablelist wordsize="10">
|
||||
@ -669,10 +800,22 @@ Show list of resources belonging to a stack.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>-n <DEPTH>, --nested-depth <DEPTH></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Depth of nested stacks from which to display
|
||||
resources.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_resource-metadata">
|
||||
<title>heat resource-metadata command</title>
|
||||
<title>heat resource-metadata</title>
|
||||
<screen><computeroutput>usage: heat resource-metadata <NAME or ID> <RESOURCE></computeroutput></screen>
|
||||
<para>
|
||||
List resource metadata.
|
||||
@ -697,7 +840,7 @@ List resource metadata.
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_resource-show">
|
||||
<title>heat resource-show command</title>
|
||||
<title>heat resource-show</title>
|
||||
<screen><computeroutput>usage: heat resource-show <NAME or ID> <RESOURCE></computeroutput></screen>
|
||||
<para>
|
||||
Describe the resource.
|
||||
@ -722,7 +865,7 @@ Describe the resource.
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_resource-signal">
|
||||
<title>heat resource-signal command</title>
|
||||
<title>heat resource-signal</title>
|
||||
<screen><computeroutput>usage: heat resource-signal [-D <DATA>] [-f <FILE>] <NAME or ID> <RESOURCE></computeroutput></screen>
|
||||
<para>
|
||||
Send a signal to a resource.
|
||||
@ -767,17 +910,17 @@ Send a signal to a resource.
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_resource-template">
|
||||
<title>heat resource-template command</title>
|
||||
<screen><computeroutput>usage: heat resource-template [-F <FORMAT>] <RESOURCE></computeroutput></screen>
|
||||
<title>heat resource-template</title>
|
||||
<screen><computeroutput>usage: heat resource-template [-F <FORMAT>] <RESOURCE_TYPE></computeroutput></screen>
|
||||
<para>
|
||||
Generate a template based on a resource.
|
||||
<emphasis>DEPRECATED!</emphasis> Use resource-type-template instead.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><RESOURCE></command></term>
|
||||
<term><command><RESOURCE_TYPE></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name of the resource to generate a template for.
|
||||
Resource type to generate a template for.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -795,14 +938,14 @@ Generate a template based on a resource.
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_resource-type-list">
|
||||
<title>heat resource-type-list command</title>
|
||||
<title>heat resource-type-list</title>
|
||||
<screen><computeroutput>usage: heat resource-type-list</computeroutput></screen>
|
||||
<para>
|
||||
List the available resource types.
|
||||
</para>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_resource-type-show">
|
||||
<title>heat resource-type-show command</title>
|
||||
<title>heat resource-type-show</title>
|
||||
<screen><computeroutput>usage: heat resource-type-show <RESOURCE_TYPE></computeroutput></screen>
|
||||
<para>
|
||||
Show the resource type.
|
||||
@ -816,15 +959,43 @@ Show the resource type.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_resource-type-template">
|
||||
<title>heat resource-type-template</title>
|
||||
<screen><computeroutput>usage: heat resource-type-template [-F <FORMAT>] <RESOURCE_TYPE></computeroutput></screen>
|
||||
<para>
|
||||
Generate a template based on a resource type.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><RESOURCE_TYPE></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Resource type to generate a template for.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>-F <FORMAT>, --format <FORMAT></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The template output format, one of: yaml, json.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_stack-abandon">
|
||||
<title>heat stack-abandon command</title>
|
||||
<screen><computeroutput>usage: heat stack-abandon <NAME or ID></computeroutput></screen>
|
||||
<title>heat stack-abandon</title>
|
||||
<screen><computeroutput>usage: heat stack-abandon [-O <FILE>] <NAME or ID></computeroutput></screen>
|
||||
<para>
|
||||
Abandon the stack. This will delete the record of the stack from Heat, but
|
||||
will not delete any of the underlying resources. Prints an adoptable JSON
|
||||
representation of the stack to stdout on success.
|
||||
representation of the stack to stdout or a file on success.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
@ -835,12 +1006,24 @@ representation of the stack to stdout on success.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>-O <FILE>, --output-file <FILE></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
file to output abandon result. If the option is
|
||||
specified, the result will be output into <FILE>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_stack-adopt">
|
||||
<title>heat stack-adopt command</title>
|
||||
<screen><computeroutput>usage: heat stack-adopt [-f <FILE>] [-e <FILE or URL>] [-u <URL>] [-o <URL>]
|
||||
[-c <TIMEOUT>] [-t <TIMEOUT>] [-a <FILE or URL>] [-r]
|
||||
<title>heat stack-adopt</title>
|
||||
<screen><computeroutput>usage: heat stack-adopt [-e <FILE or URL>] [-c <TIMEOUT>] [-t <TIMEOUT>]
|
||||
[-a <FILE or URL>] [-r]
|
||||
[-P <KEY1=VALUE1;KEY2=VALUE2...>]
|
||||
<STACK_NAME></computeroutput></screen>
|
||||
<para>
|
||||
@ -858,35 +1041,12 @@ Adopt a stack.
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>-f <FILE>, --template-file <FILE></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Path to the template.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-e <FILE or URL>, --environment-file <FILE or URL></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Path to the environment.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-u <URL>, --template-url <URL></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
URL of template.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-o <URL>, --template-object <URL></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
URL to retrieve template object (e.g. from swift).
|
||||
Path to the environment, it can be specified multiple
|
||||
times.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -933,10 +1093,27 @@ Adopt a stack.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_stack-cancel-update">
|
||||
<title>heat stack-cancel-update</title>
|
||||
<screen><computeroutput>usage: heat stack-cancel-update <NAME or ID></computeroutput></screen>
|
||||
<para>
|
||||
Cancel currently running update of the stack.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><NAME or ID></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name or ID of stack to cancel update for.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_stack-create">
|
||||
<title>heat stack-create command</title>
|
||||
<title>heat stack-create</title>
|
||||
<screen><computeroutput>usage: heat stack-create [-f <FILE>] [-e <FILE or URL>] [-u <URL>] [-o <URL>]
|
||||
[-c <TIMEOUT>] [-t <TIMEOUT>] [-r]
|
||||
[-P <KEY1=VALUE1;KEY2=VALUE2...>]
|
||||
@ -968,7 +1145,8 @@ Create the stack.
|
||||
<term><command>-e <FILE or URL>, --environment-file <FILE or URL></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Path to the environment.
|
||||
Path to the environment, it can be specified multiple
|
||||
times.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -1026,7 +1204,7 @@ Create the stack.
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_stack-delete">
|
||||
<title>heat stack-delete command</title>
|
||||
<title>heat stack-delete</title>
|
||||
<screen><computeroutput>usage: heat stack-delete <NAME or ID> [<NAME or ID> ...]</computeroutput></screen>
|
||||
<para>
|
||||
Delete the stack(s).
|
||||
@ -1043,9 +1221,9 @@ Delete the stack(s).
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_stack-list">
|
||||
<title>heat stack-list command</title>
|
||||
<screen><computeroutput>usage: heat stack-list [-s] [-f <KEY1=VALUE1;KEY2=VALUE2...>] [-l <LIMIT>]
|
||||
[-m <ID>] [-g]</computeroutput></screen>
|
||||
<title>heat stack-list</title>
|
||||
<screen><computeroutput>usage: heat stack-list [-s] [-n] [-f <KEY1=VALUE1;KEY2=VALUE2...>]
|
||||
[-l <LIMIT>] [-m <ID>] [-g] [-o]</computeroutput></screen>
|
||||
<para>
|
||||
List the user's stacks.
|
||||
</para> <variablelist wordsize="10">
|
||||
@ -1058,6 +1236,14 @@ List the user's stacks.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-n, --show-nested</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include nested stacks in the stack listing.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-f <KEY1=VALUE1;KEY2=VALUE2...>, --filters <KEY1=VALUE1;KEY2=VALUE2...></command></term>
|
||||
<listitem>
|
||||
@ -1095,11 +1281,21 @@ List the user's stacks.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-o, --show-owner</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Display stack owner information. This is automatically
|
||||
enabled when using --global-tenant.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_stack-preview">
|
||||
<title>heat stack-preview command</title>
|
||||
<title>heat stack-preview</title>
|
||||
<screen><computeroutput>usage: heat stack-preview [-f <FILE>] [-e <FILE or URL>] [-u <URL>] [-o <URL>]
|
||||
[-t <TIMEOUT>] [-r]
|
||||
[-P <KEY1=VALUE1;KEY2=VALUE2...>]
|
||||
<STACK_NAME></computeroutput></screen>
|
||||
<para>
|
||||
@ -1129,7 +1325,8 @@ Preview the stack.
|
||||
<term><command>-e <FILE or URL>, --environment-file <FILE or URL></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Path to the environment.
|
||||
Path to the environment, it can be specified multiple
|
||||
times.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -1149,6 +1346,25 @@ Preview the stack.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-t <TIMEOUT>, --timeout <TIMEOUT></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Stack creation timeout in minutes. This is only used
|
||||
duringvalidation in preview.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-r, --enable-rollback</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable rollback on failure. This option is not used
|
||||
duringpreview and exists only for symmetry with stack-
|
||||
create.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-P <KEY1=VALUE1;KEY2=VALUE2...>, --parameters <KEY1=VALUE1;KEY2=VALUE2...></command></term>
|
||||
<listitem>
|
||||
@ -1162,7 +1378,7 @@ Preview the stack.
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_stack-show">
|
||||
<title>heat stack-show command</title>
|
||||
<title>heat stack-show</title>
|
||||
<screen><computeroutput>usage: heat stack-show <NAME or ID></computeroutput></screen>
|
||||
<para>
|
||||
Describe the stack.
|
||||
@ -1179,9 +1395,11 @@ Describe the stack.
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_stack-update">
|
||||
<title>heat stack-update command</title>
|
||||
<title>heat stack-update</title>
|
||||
<screen><computeroutput>usage: heat stack-update [-f <FILE>] [-e <FILE or URL>] [-u <URL>] [-o <URL>]
|
||||
[-t <TIMEOUT>] [-r] [-P <KEY1=VALUE1;KEY2=VALUE2...>]
|
||||
[-t <TIMEOUT>] [-r] [--rollback <VALUE>]
|
||||
[-P <KEY1=VALUE1;KEY2=VALUE2...>] [-x]
|
||||
[-c <PARAMETER>]
|
||||
<NAME or ID></computeroutput></screen>
|
||||
<para>
|
||||
Update the stack.
|
||||
@ -1210,7 +1428,8 @@ Update the stack.
|
||||
<term><command>-e <FILE or URL>, --environment-file <FILE or URL></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Path to the environment.
|
||||
Path to the environment, it can be specified multiple
|
||||
times.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -1242,7 +1461,22 @@ Update the stack.
|
||||
<term><command>-r, --enable-rollback</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable rollback on create/update failure.
|
||||
<emphasis>DEPRECATED!</emphasis> Use --rollback argument instead. Enable
|
||||
rollback on stack update failure. NOTE: default
|
||||
behavior is now to use the rollback value of existing
|
||||
stack.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--rollback <VALUE></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set rollback on update failure. Values ('1', 't',
|
||||
'true', 'on', 'y', 'yes') set rollback to enabled.
|
||||
Values ('0', 'f', 'false', 'off', 'n', 'no') set
|
||||
rollback to disabled. Default is to use the value of
|
||||
existing stack to be updated.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -1256,10 +1490,32 @@ Update the stack.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-x, --existing</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Re-use the set of parameters of the current stack.
|
||||
Parameters specified in --parameters will patch over
|
||||
the existing values in the current stack. Parameters
|
||||
omitted will keep the existing values.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-c <PARAMETER>, --clear-parameter <PARAMETER></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Remove the parameters from the set of parameters of
|
||||
current stack for the stack-update. The default value
|
||||
in the template will be used. This can be specified
|
||||
multiple times.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_template-show">
|
||||
<title>heat template-show command</title>
|
||||
<title>heat template-show</title>
|
||||
<screen><computeroutput>usage: heat template-show <NAME or ID></computeroutput></screen>
|
||||
<para>
|
||||
Get the template for the specified stack.
|
||||
@ -1276,7 +1532,7 @@ Get the template for the specified stack.
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_template-validate">
|
||||
<title>heat template-validate command</title>
|
||||
<title>heat template-validate</title>
|
||||
<screen><computeroutput>usage: heat template-validate [-u <URL>] [-f <FILE>] [-e <FILE or URL>]
|
||||
[-o <URL>]</computeroutput></screen>
|
||||
<para>
|
||||
@ -1303,7 +1559,8 @@ Validate a template with parameters.
|
||||
<term><command>-e <FILE or URL>, --environment-file <FILE or URL></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Path to the environment.
|
||||
Path to the environment, it can be specified multiple
|
||||
times.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user