Update for python-heatclient 0.2.12
Change-Id: I63490e15fe0eceff448867fdaf4cfd04e19a89ea
This commit is contained in:
parent
1e468bc749
commit
bae0c50618
@ -15,7 +15,7 @@
|
||||
interface (CLI) for the Orchestration API and its extensions.
|
||||
|
||||
This chapter documents <command>heat</command> version
|
||||
<literal>0.2.11</literal>.
|
||||
<literal>0.2.12</literal>.
|
||||
</para>
|
||||
|
||||
<para>For help on a specific <command>heat</command>
|
||||
@ -45,6 +45,14 @@
|
||||
<subcommand> ...</computeroutput></screen>
|
||||
<variablelist wordsize="10">
|
||||
<title>Subcommands</title>
|
||||
<varlistentry>
|
||||
<term><command>action-check</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Check that stack resources are in expected states.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>action-resume</command></term>
|
||||
<listitem>
|
||||
@ -610,6 +618,23 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_action-check">
|
||||
<title>heat action-check</title>
|
||||
<screen><computeroutput>usage: heat action-check <NAME or ID></computeroutput></screen>
|
||||
<para>
|
||||
Check that stack resources are in expected states.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><NAME or ID></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name or ID of stack to check.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_action-resume">
|
||||
|
Loading…
Reference in New Issue
Block a user