Merge "Update CLI reference for python-ironicclient 0.4.1"
This commit is contained in:
commit
30416c2777
@ -15,7 +15,7 @@
|
||||
interface (CLI) for the Bare metal and its extensions.
|
||||
|
||||
This chapter documents <command>ironic</command> version
|
||||
<literal>0.4.0</literal>.
|
||||
<literal>0.4.1</literal>.
|
||||
</para>
|
||||
|
||||
<para>For help on a specific <command>ironic</command>
|
||||
@ -32,7 +32,7 @@
|
||||
[--os-auth-url OS_AUTH_URL] [--os-region-name OS_REGION_NAME]
|
||||
[--os-auth-token OS_AUTH_TOKEN] [--ironic-url IRONIC_URL]
|
||||
[--ironic-api-version IRONIC_API_VERSION]
|
||||
[--os-service-type OS_SERVICE_TYPE]
|
||||
[--os-service-type OS_SERVICE_TYPE] [--os-endpoint OS_ENDPOINT]
|
||||
[--os-endpoint-type OS_ENDPOINT_TYPE] [--insecure]
|
||||
[--os-cacert <ca-certificate>] [--os-cert <certificate>]
|
||||
[--os-key <key>] [--timeout <seconds>]
|
||||
@ -446,6 +446,16 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-endpoint OS_ENDPOINT</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specify an endpoint to use instead of retrieving one
|
||||
from the service catalog (via authentication).
|
||||
Defaults to <code>env[OS_SERVICE_ENDPOINT]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-endpoint-type OS_ENDPOINT_TYPE</command></term>
|
||||
<listitem>
|
||||
@ -1255,7 +1265,7 @@ Power the node on or off or reboot.
|
||||
</section>
|
||||
<section xml:id="ironicclient_subcommand_node-set-provision-state">
|
||||
<title>ironic node-set-provision-state</title>
|
||||
<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 id> <provision state></computeroutput></screen>
|
||||
<para>
|
||||
Provision, rebuild or delete an instance.
|
||||
@ -1281,7 +1291,7 @@ Provision, rebuild or delete an instance.
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--config-drive <config_drive></command></term>
|
||||
<term><command>--config-drive <config drive></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A gzipped base64 encoded config drive string or the
|
||||
@ -1472,8 +1482,9 @@ Delete a port.
|
||||
</section>
|
||||
<section xml:id="ironicclient_subcommand_port-list">
|
||||
<title>ironic port-list</title>
|
||||
<screen><computeroutput>usage: ironic port-list [--detail] [--limit <limit>] [--marker <marker>]
|
||||
[--sort-key <sort_key>] [--sort-dir <sort_dir>]</computeroutput></screen>
|
||||
<screen><computeroutput>usage: ironic port-list [--detail] [--address <macaddress>] [--limit <limit>]
|
||||
[--marker <marker>] [--sort-key <sort_key>]
|
||||
[--sort-dir <sort_dir>]</computeroutput></screen>
|
||||
<para>
|
||||
List ports.
|
||||
</para> <variablelist wordsize="10">
|
||||
@ -1486,6 +1497,15 @@ List ports.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--address <macaddress></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
MAC address of port, to get the port which has this
|
||||
address.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--limit <limit></command></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user