Update CLI reference for python-ironicclient 1.0.0

Following two subcommands are added

<term><command>node-get-vendor-passthru-methods</command></term>
    Get the vendor passthru methods for a node.
<term><command>driver-get-vendor-passthru-methods</command></term>
    Get the vendor passthru methods for a driver.

Change-Id: I33d109717827aaa0e82733e0972bfce1c6005e04
This commit is contained in:
Atsushi SAKAI 2015-11-19 21:00:33 +09:00
parent be6865f69c
commit 33e412486e

View File

@ -9,13 +9,13 @@
<?dbhtml stop-chunking?>
<title>Bare metal command-line client</title>
<title>Bare Metal service command-line client</title>
<para>The <command>ironic</command> client is the command-line
interface (CLI) for the Bare metal API and its extensions.
interface (CLI) for the Bare Metal service API and its extensions.
This chapter documents <command>ironic</command> version
<literal>0.10.0</literal>.
<literal>1.0.0</literal>.
</para>
<para>For help on a specific <command>ironic</command>
@ -135,6 +135,14 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>node-get-vendor-passthru-methods</command></term>
<listitem>
<para>
Get the vendor passthru methods for a node.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>node-list</command></term>
<listitem>
@ -272,6 +280,14 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>driver-get-vendor-passthru-methods</command></term>
<listitem>
<para>
Get the vendor passthru methods for a driver.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>driver-list</command></term>
<listitem>
@ -866,6 +882,23 @@ Update information about a chassis.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="ironicclient_subcommand_driver-get-vendor-passthru-methods">
<title>ironic driver-get-vendor-passthru-methods</title>
<screen><computeroutput>usage: ironic driver-get-vendor-passthru-methods &lt;driver&gt;</computeroutput></screen>
<para>
Get the vendor passthru methods for a driver.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;driver&gt;</command></term>
<listitem>
<para>
Name of the driver.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="ironicclient_subcommand_driver-list">
@ -1096,6 +1129,23 @@ Get the supported boot devices for a node.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="ironicclient_subcommand_node-get-vendor-passthru-methods">
<title>ironic node-get-vendor-passthru-methods</title>
<screen><computeroutput>usage: ironic node-get-vendor-passthru-methods &lt;node&gt;</computeroutput></screen>
<para>
Get the vendor passthru methods for a node.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;node&gt;</command></term>
<listitem>
<para>
Name or UUID of the node.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="ironicclient_subcommand_node-list">