Merge "Update CLI reference for python-openstackclient openstack 1.6.0"
This commit is contained in:
commit
ba1e7ecbf0
@ -15,7 +15,7 @@
|
||||
OpenStack command-line interface (CLI).
|
||||
|
||||
This chapter documents <command>openstack</command> version
|
||||
<literal>1.4.0</literal>.
|
||||
<literal>1.6.0</literal>.
|
||||
</para>
|
||||
|
||||
<para>For help on a specific <command>openstack</command>
|
||||
@ -29,7 +29,8 @@
|
||||
[--os-cloud <cloud-config-name>]
|
||||
[--os-region-name <auth-region-name>]
|
||||
[--os-cacert <ca-bundle-file>] [--verify | --insecure]
|
||||
[--os-default-domain <auth-domain>] [--timing]
|
||||
[--os-default-domain <auth-domain>]
|
||||
[--os-interface <interface>] [--timing]
|
||||
[--os-compute-api-version <compute-api-version>]
|
||||
[--os-network-api-version <network-api-version>]
|
||||
[--os-image-api-version <image-api-version>]
|
||||
@ -154,6 +155,15 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-interface <interface></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Select an interface type. Valid interface types:
|
||||
[admin, public, internal]. (Env: OS_INTERFACE)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--timing</command></term>
|
||||
<listitem>
|
||||
@ -1290,6 +1300,42 @@ Set service command
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="openstackclient_subcommand_configuration_show">
|
||||
<title>openstack configuration show</title>
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token configuration show [-h]
|
||||
[-f {html,json,shell,table,value,yaml}]
|
||||
[-c COLUMN] [--max-width <integer>]
|
||||
[--prefix PREFIX] [--mask | --unmask]</computeroutput></screen>
|
||||
<para>
|
||||
Display configuration details
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>-h, --help</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
show this help message and exit
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--mask</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Attempt to mask passwords (default)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--unmask</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Show password in clear text
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="openstackclient_subcommand_console_log_show">
|
||||
@ -2192,7 +2238,7 @@ Display flavor details
|
||||
<title>openstack flavor unset</title>
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token flavor unset [-h] [-f {html,json,shell,table,value,yaml}]
|
||||
[-c COLUMN] [--max-width <integer>]
|
||||
[--prefix PREFIX] [--property <key>]
|
||||
[--prefix PREFIX] --property <key>
|
||||
<flavor></computeroutput></screen>
|
||||
<para>
|
||||
Unset flavor properties
|
||||
@ -2700,6 +2746,10 @@ Save an image locally
|
||||
[--disk-format <disk-format>] [--size <size>]
|
||||
[--protected | --unprotected]
|
||||
[--public | --private] [--property <key=value>]
|
||||
[--store <store>] [--location <image-url>]
|
||||
[--copy-from <image-url>] [--file <file>]
|
||||
[--volume <volume>] [--force] [--stdin]
|
||||
[--checksum <checksum>]
|
||||
<image></computeroutput></screen>
|
||||
<para>
|
||||
Set image properties
|
||||
@ -2824,6 +2874,71 @@ Set image properties
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--store <store></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Upload image to this store
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--location <image-url></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Download image from an existing URL
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--copy-from <image-url></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Copy image from the data store (similar to --location)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--file <file></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Upload image from local file
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--volume <volume></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Create image from a volume
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--force</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Force image change if volume is in use (only
|
||||
meaningful with --volume)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--stdin</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Read image data from standard input
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--checksum <checksum></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Image hash used for verification
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="openstackclient_subcommand_image_show">
|
||||
@ -3322,7 +3437,7 @@ List module versions
|
||||
[-c COLUMN] [--max-width <integer>]
|
||||
[--prefix PREFIX] [--enable | --disable]
|
||||
[--share | --no-share] [--project <project>]
|
||||
[--domain <domain>]
|
||||
[--project-domain <project-domain>]
|
||||
<name></computeroutput></screen>
|
||||
<para>
|
||||
Create new network
|
||||
@ -3388,10 +3503,12 @@ Create new network
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--domain <domain></command></term>
|
||||
<term><command>--project-domain <project-domain></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Owner's domain (name or ID)
|
||||
Domain the project belongs to (name or ID). This can
|
||||
be used in case collisions between project names
|
||||
exist.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -3430,7 +3547,7 @@ Delete network(s)
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token network list [-h] [-f {csv,html,json,table,value,yaml}]
|
||||
[-c COLUMN] [--max-width <integer>]
|
||||
[--quote {all,minimal,none,nonnumeric}]
|
||||
[--external] [--dhcp <dhcp-id>] [--long]</computeroutput></screen>
|
||||
[--external] [--long]</computeroutput></screen>
|
||||
<para>
|
||||
List networks
|
||||
</para> <variablelist wordsize="10">
|
||||
@ -3451,14 +3568,6 @@ List networks
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--dhcp <dhcp-id> DHCP</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
agent ID
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--long</command></term>
|
||||
<listitem>
|
||||
@ -6431,7 +6540,7 @@ Display snapshot details
|
||||
</section>
|
||||
<section xml:id="openstackclient_subcommand_snapshot_unset">
|
||||
<title>openstack snapshot unset</title>
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token snapshot unset [-h] [--property <key>] <snapshot></computeroutput></screen>
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token snapshot unset [-h] --property <key> <snapshot></computeroutput></screen>
|
||||
<para>
|
||||
Unset snapshot properties
|
||||
</para> <variablelist wordsize="10">
|
||||
@ -7116,6 +7225,291 @@ List volumes
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="openstackclient_subcommand_volume_qos_associate">
|
||||
<title>openstack volume qos associate</title>
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token volume qos associate [-h] <qos-spec> <volume-type></computeroutput></screen>
|
||||
<para>
|
||||
Associate a QoS specification to a volume type
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><qos-spec></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
QoS specification to modify (name or ID)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command><volume-type></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Volume type to associate the QoS (name or ID)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>-h, --help</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
show this help message and exit
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="openstackclient_subcommand_volume_qos_create">
|
||||
<title>openstack volume qos create</title>
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token volume qos create [-h]
|
||||
[-f {html,json,shell,table,value,yaml}]
|
||||
[-c COLUMN] [--max-width <integer>]
|
||||
[--prefix PREFIX] [--consumer <consumer>]
|
||||
[--property <key=value>]
|
||||
<name></computeroutput></screen>
|
||||
<para>
|
||||
Create new QoS specification
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><name></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
New QoS specification name
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>-h, --help</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
show this help message and exit
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--consumer <consumer></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Consumer of the QoS. Valid consumers: back-end, both,
|
||||
front-end (defaults to 'both')
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--property <key=value></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set a QoS specification property (repeat option to set
|
||||
multiple properties)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="openstackclient_subcommand_volume_qos_delete">
|
||||
<title>openstack volume qos delete</title>
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token volume qos delete [-h] <qos-spec> [<qos-spec> ...]</computeroutput></screen>
|
||||
<para>
|
||||
Delete QoS specification
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><qos-spec></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
QoS specification(s) to delete (name or ID)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>-h, --help</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
show this help message and exit
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="openstackclient_subcommand_volume_qos_disassociate">
|
||||
<title>openstack volume qos disassociate</title>
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token volume qos disassociate [-h]
|
||||
[--volume-type <volume-type> | --all]
|
||||
<qos-spec></computeroutput></screen>
|
||||
<para>
|
||||
Disassociate a QoS specification from a volume type
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><qos-spec></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
QoS specification to modify (name or ID)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>-h, --help</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
show this help message and exit
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--volume-type <volume-type></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Volume type to disassociate the QoS from (name or ID)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--all</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disassociate the QoS from every volume type
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="openstackclient_subcommand_volume_qos_list">
|
||||
<title>openstack volume qos list</title>
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token volume qos list [-h] [-f {csv,html,json,table,value,yaml}]
|
||||
[-c COLUMN] [--max-width <integer>]
|
||||
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
|
||||
<para>
|
||||
List QoS specifications
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>-h, --help</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
show this help message and exit
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="openstackclient_subcommand_volume_qos_set">
|
||||
<title>openstack volume qos set</title>
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token volume qos set [-h] [--property <key=value>] <qos-spec></computeroutput></screen>
|
||||
<para>
|
||||
Set QoS specification properties
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><qos-spec></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
QoS specification to modify (name or ID)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>-h, --help</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
show this help message and exit
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--property <key=value></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Property to add or modify for this QoS specification
|
||||
(repeat option to set multiple properties)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="openstackclient_subcommand_volume_qos_show">
|
||||
<title>openstack volume qos show</title>
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token volume qos show [-h] [-f {html,json,shell,table,value,yaml}]
|
||||
[-c COLUMN] [--max-width <integer>]
|
||||
[--prefix PREFIX]
|
||||
<qos-spec></computeroutput></screen>
|
||||
<para>
|
||||
Display QoS specification details
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><qos-spec></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
QoS specification to display (name or ID)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>-h, --help</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
show this help message and exit
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="openstackclient_subcommand_volume_qos_unset">
|
||||
<title>openstack volume qos unset</title>
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token volume qos unset [-h] [--property <key>] <qos-spec></computeroutput></screen>
|
||||
<para>
|
||||
Unset QoS specification properties
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><qos-spec></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
QoS specification to modify (name or ID)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>-h, --help</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
show this help message and exit
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--property <key></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Property to remove from the QoS specification. (repeat
|
||||
option to unset multiple properties)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="openstackclient_subcommand_volume_set">
|
||||
@ -7344,11 +7738,42 @@ Set volume type properties
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="openstackclient_subcommand_volume_type_show">
|
||||
<title>openstack volume type show</title>
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token volume type show [-h] [-f {html,json,shell,table,value,yaml}]
|
||||
[-c COLUMN] [--max-width <integer>]
|
||||
[--prefix PREFIX]
|
||||
<volume-type></computeroutput></screen>
|
||||
<para>
|
||||
Display volume type details
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><volume-type></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Volume type to display (name or ID)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>-h, --help</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
show this help message and exit
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="openstackclient_subcommand_volume_type_unset">
|
||||
<title>openstack volume type unset</title>
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token volume type unset [-h] [--property <key>] <volume-type></computeroutput></screen>
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token volume type unset [-h] --property <key> <volume-type></computeroutput></screen>
|
||||
<para>
|
||||
Unset volume type properties
|
||||
</para> <variablelist wordsize="10">
|
||||
@ -7385,7 +7810,7 @@ Unset volume type properties
|
||||
</section>
|
||||
<section xml:id="openstackclient_subcommand_volume_unset">
|
||||
<title>openstack volume unset</title>
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token volume unset [-h] [--property <key>] <volume></computeroutput></screen>
|
||||
<screen><computeroutput>usage: openstack --os-auth-type token volume unset [-h] --property <key> <volume></computeroutput></screen>
|
||||
<para>
|
||||
Unset volume properties
|
||||
</para> <variablelist wordsize="10">
|
||||
|
Loading…
x
Reference in New Issue
Block a user