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