Update CLI reference for python-ironicclient 0.9.0
Change-Id: I69626ec51ba310f64fe4a6247238b10a217c001f
This commit is contained in:
parent
dd2f1cc582
commit
865b56d792
@ -15,7 +15,7 @@
|
|||||||
interface (CLI) for the Bare metal API and its extensions.
|
interface (CLI) for the Bare metal API and its extensions.
|
||||||
|
|
||||||
This chapter documents <command>ironic</command> version
|
This chapter documents <command>ironic</command> version
|
||||||
<literal>0.8.1</literal>.
|
<literal>0.9.0</literal>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>For help on a specific <command>ironic</command>
|
<para>For help on a specific <command>ironic</command>
|
||||||
@ -188,8 +188,7 @@
|
|||||||
<term><command>node-set-provision-state</command></term>
|
<term><command>node-set-provision-state</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Provision, rebuild, delete, inspect, provide or manage
|
Initiate a provisioning state change for a node.
|
||||||
an instance.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -1369,7 +1368,7 @@ Power a node on or off or reboot.
|
|||||||
<screen><computeroutput>usage: ironic node-set-provision-state [--config-drive <config-drive>]
|
<screen><computeroutput>usage: ironic node-set-provision-state [--config-drive <config-drive>]
|
||||||
<node> <provision-state></computeroutput></screen>
|
<node> <provision-state></computeroutput></screen>
|
||||||
<para>
|
<para>
|
||||||
Provision, rebuild, delete, inspect, provide or manage an instance.
|
Initiate a provisioning state change for a node.
|
||||||
</para> <variablelist wordsize="10">
|
</para> <variablelist wordsize="10">
|
||||||
<title>Positional arguments</title>
|
<title>Positional arguments</title>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -1385,7 +1384,7 @@ Provision, rebuild, delete, inspect, provide or manage an instance.
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Supported states: 'active', 'deleted', 'rebuild',
|
Supported states: 'active', 'deleted', 'rebuild',
|
||||||
'inspect', 'provide' or 'manage'
|
'inspect', 'provide', 'manage' or 'abort'
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -1543,7 +1542,7 @@ Call a vendor-passthru extension for a node.
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Argument to be passed to the vendor-passthru method.
|
Argument to be passed to the vendor-passthru method.
|
||||||
Can be specified mutiple times.
|
Can be specified multiple times.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user