Update for python-heatclient 0.2.12

Change-Id: I63490e15fe0eceff448867fdaf4cfd04e19a89ea
This commit is contained in:
Andreas Jaeger 2014-09-26 08:06:41 +02:00
parent 1e468bc749
commit bae0c50618

View File

@ -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 @@
&lt;subcommand&gt; ...</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 &lt;NAME or ID&gt;</computeroutput></screen>
<para>
Check that stack resources are in expected states.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;NAME or ID&gt;</command></term>
<listitem>
<para>
Name or ID of stack to check.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="heatclient_subcommand_action-resume">