Update CLI reference for python-ironicclient 0.10.0
This is autogenerated file. This change adds three options for "ironic chassis-node-list" Change-Id: Id154b006a8098b7aa8fd59caadecc886f4f6aa19
This commit is contained in:
parent
85a4bd31d6
commit
0543d7b660
@ -15,7 +15,7 @@
|
||||
interface (CLI) for the Bare metal API and its extensions.
|
||||
|
||||
This chapter documents <command>ironic</command> version
|
||||
<literal>0.9.0</literal>.
|
||||
<literal>0.10.0</literal>.
|
||||
</para>
|
||||
|
||||
<para>For help on a specific <command>ironic</command>
|
||||
@ -706,6 +706,9 @@ List the chassis.
|
||||
<screen><computeroutput>usage: ironic chassis-node-list [--detail] [--limit <limit>] [--marker <node>]
|
||||
[--sort-key <field>] [--sort-dir <direction>]
|
||||
[--fields <field> [<field> ...]]
|
||||
[--maintenance <boolean>]
|
||||
[--associated <boolean>]
|
||||
[--provision-state <provision-state>]
|
||||
<chassis></computeroutput></screen>
|
||||
<para>
|
||||
List the nodes contained in a chassis.
|
||||
@ -776,6 +779,30 @@ List the nodes contained in a chassis.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--maintenance <boolean></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
List nodes in maintenance mode: 'true' or 'false'.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--associated <boolean></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
List nodes by instance association: 'true' or 'false'.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--provision-state <provision-state></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
List nodes in specified provision state.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="ironicclient_subcommand_chassis-show">
|
||||
|
Loading…
Reference in New Issue
Block a user