Merge "Update cli commands to latest *released* version"
This commit is contained in:
commit
a3e1eaab79
@ -10,7 +10,8 @@
|
||||
|
||||
<title>Telemetry command-line client</title>
|
||||
<para>The <command>ceilometer</command> client is the command-line interface
|
||||
(CLI) for the Telemetry API and its extensions.
|
||||
(CLI) for the Telemetry API and its extensions. This chapter documents
|
||||
<command>ceilometer</command> version 1.0.9.
|
||||
</para>
|
||||
<para>For help on a specific <command>ceilometer</command>
|
||||
command, enter:
|
||||
|
@ -10,7 +10,8 @@
|
||||
|
||||
<title>Block Storage command-line client</title>
|
||||
<para>The <command>cinder</command> client is the command-line interface
|
||||
(CLI) for the OpenStack Block Storage API and its extensions.
|
||||
(CLI) for the OpenStack Block Storage API and its extensions. This chapter documents
|
||||
<command>cinder</command> version 1.0.8.
|
||||
</para>
|
||||
<para>For help on a specific <command>cinder</command>
|
||||
command, enter:
|
||||
@ -1019,8 +1020,8 @@ Create a new encryption type for a volume type (Admin Only).
|
||||
<listitem>
|
||||
<para>
|
||||
Notional service where encryption is performed (e.g.,
|
||||
front-end=Nova) Values: 'front-end', 'back-end'
|
||||
(Default='front-end')
|
||||
front-end=Nova). Values: 'front-end', 'back-end'
|
||||
(Optional, Default=None)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -10,7 +10,8 @@
|
||||
|
||||
<title>Image Service command-line client</title>
|
||||
<para>The <command>glance</command> client is the command-line interface
|
||||
(CLI) for the OpenStack Image Service API and its extensions.
|
||||
(CLI) for the OpenStack Image Service API and its extensions. This chapter documents
|
||||
<command>glance</command> version 0.12.0.
|
||||
</para>
|
||||
<para>For help on a specific <command>glance</command>
|
||||
command, enter:
|
||||
@ -846,8 +847,7 @@ List images you can access.
|
||||
</section>
|
||||
<section xml:id="glanceclient_subcommand_image-show">
|
||||
<title>glance image-show command</title>
|
||||
<screen><computeroutput>usage: glance image-show [--human-readable] [--max-column-width <integer>]
|
||||
<IMAGE>
|
||||
<screen><computeroutput>usage: glance image-show [--human-readable] <IMAGE>
|
||||
</computeroutput></screen>
|
||||
<para>
|
||||
Describe a specific image.
|
||||
@ -872,14 +872,6 @@ Describe a specific image.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--max-column-width <integer></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The max column width of the printed table.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="glanceclient_subcommand_image-update">
|
||||
|
@ -10,7 +10,8 @@
|
||||
|
||||
<title>Orchestration command-line client</title>
|
||||
<para>The <command>heat</command> client is the command-line interface
|
||||
(CLI) for the Orchestration API and its extensions.
|
||||
(CLI) for the Orchestration API and its extensions. This chapter documents
|
||||
<command>heat</command> version 0.2.8.
|
||||
</para>
|
||||
<para>For help on a specific <command>heat</command>
|
||||
command, enter:
|
||||
@ -119,6 +120,22 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>output-list</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Show available outputs.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>output-show</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Show a specific stack output.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>resource</command></term>
|
||||
<listitem>
|
||||
@ -151,6 +168,14 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>resource-signal</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Send a signal to a resource.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>resource-template</command></term>
|
||||
<listitem>
|
||||
@ -183,6 +208,14 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>stack-adopt</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Adopt a stack.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>stack-create</command></term>
|
||||
<listitem>
|
||||
@ -281,7 +314,7 @@
|
||||
<term><command>--version</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Shows the client version and exits
|
||||
Shows the client version and exits.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -289,7 +322,7 @@
|
||||
<term><command>-d, --debug</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[HEATCLIENT_DEBUG]</code>
|
||||
Defaults to <code>env[HEATCLIENT_DEBUG]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -297,7 +330,7 @@
|
||||
<term><command>-v, --verbose</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Print more verbose output
|
||||
Print more verbose output.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -346,7 +379,7 @@
|
||||
<term><command>--timeout TIMEOUT</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Number of seconds to wait for a response
|
||||
Number of seconds to wait for a response.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -354,7 +387,7 @@
|
||||
<term><command>--os-username OS_USERNAME</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[OS_USERNAME]</code>
|
||||
Defaults to <code>env[OS_USERNAME]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -362,7 +395,7 @@
|
||||
<term><command>--os-password OS_PASSWORD</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[OS_PASSWORD]</code>
|
||||
Defaults to <code>env[OS_PASSWORD]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -370,7 +403,7 @@
|
||||
<term><command>--os-tenant-id OS_TENANT_ID</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[OS_TENANT_ID]</code>
|
||||
Defaults to <code>env[OS_TENANT_ID]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -378,7 +411,7 @@
|
||||
<term><command>--os-tenant-name OS_TENANT_NAME</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[OS_TENANT_NAME]</code>
|
||||
Defaults to <code>env[OS_TENANT_NAME]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -386,7 +419,7 @@
|
||||
<term><command>--os-auth-url OS_AUTH_URL</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[OS_AUTH_URL]</code>
|
||||
Defaults to <code>env[OS_AUTH_URL]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -394,7 +427,7 @@
|
||||
<term><command>--os-region-name OS_REGION_NAME</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[OS_REGION_NAME]</code>
|
||||
Defaults to <code>env[OS_REGION_NAME]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -402,7 +435,7 @@
|
||||
<term><command>--os-auth-token OS_AUTH_TOKEN</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[OS_AUTH_TOKEN]</code>
|
||||
Defaults to <code>env[OS_AUTH_TOKEN]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -411,7 +444,7 @@
|
||||
<listitem>
|
||||
<para>
|
||||
Do not contact keystone for a token. Defaults to
|
||||
<code>env[OS_NO_CLIENT_AUTH]</code>
|
||||
<code>env[OS_NO_CLIENT_AUTH]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -419,7 +452,7 @@
|
||||
<term><command>--heat-url HEAT_URL</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[HEAT_URL]</code>
|
||||
Defaults to <code>env[HEAT_URL]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -427,7 +460,7 @@
|
||||
<term><command>--heat-api-version HEAT_API_VERSION</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[HEAT_API_VERSION]</code> or 1
|
||||
Defaults to <code>env[HEAT_API_VERSION]</code> or 1.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -435,7 +468,7 @@
|
||||
<term><command>--os-service-type OS_SERVICE_TYPE</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[OS_SERVICE_TYPE]</code>
|
||||
Defaults to <code>env[OS_SERVICE_TYPE]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -443,7 +476,7 @@
|
||||
<term><command>--os-endpoint-type OS_ENDPOINT_TYPE</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[OS_ENDPOINT_TYPE]</code>
|
||||
Defaults to <code>env[OS_ENDPOINT_TYPE]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -451,7 +484,7 @@
|
||||
<term><command>--include-password</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Send os-username and os-password to heat
|
||||
Send os-username and os-password to heat.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -523,7 +556,7 @@ List events for a stack.
|
||||
<term><command>-r <RESOURCE>, --resource <RESOURCE></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name of the resource to filter events by
|
||||
Name of the resource to filter events by.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -557,7 +590,51 @@ Describe the event.
|
||||
<term><command><EVENT></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
ID of event to display details for
|
||||
ID of event to display details for.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_output-list">
|
||||
<title>heat output-list command</title>
|
||||
<screen><computeroutput>usage: heat output-list <NAME or ID>
|
||||
</computeroutput></screen>
|
||||
<para>
|
||||
Show available outputs.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><NAME or ID></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name or ID of stack to query.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_output-show">
|
||||
<title>heat output-show command</title>
|
||||
<screen><computeroutput>usage: heat output-show <NAME or ID> <OUTPUT NAME>
|
||||
</computeroutput></screen>
|
||||
<para>
|
||||
Show a specific stack output.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><NAME or ID></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name or ID of stack to query.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command><OUTPUT NAME></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name of an output to display.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -631,6 +708,52 @@ Describe the resource.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_resource-signal">
|
||||
<title>heat resource-signal command</title>
|
||||
<screen><computeroutput>usage: heat resource-signal [-D <DATA>] [-f <FILE>] <NAME or ID> <RESOURCE>
|
||||
</computeroutput></screen>
|
||||
<para>
|
||||
Send a signal to a resource.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><NAME or ID></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name or ID of stack the resource belongs to.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command><RESOURCE></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name of the resource to signal.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>-D <DATA>, --data <DATA></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
JSON Data to send to the signal handler.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-f <FILE>, --data-file <FILE></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
File containing JSON data to send to the signal
|
||||
handler.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_resource-template">
|
||||
@ -656,7 +779,7 @@ Generate a template based on a resource.
|
||||
<term><command>-F <FORMAT>, --format <FORMAT></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The template output format, one of: yaml, json
|
||||
The template output format, one of: yaml, json.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -681,7 +804,7 @@ Show the resource type.
|
||||
<term><command><RESOURCE_TYPE></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Resource Type to get the details for.
|
||||
Resource type to get the details for.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -703,6 +826,96 @@ Abandon the stack.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_stack-adopt">
|
||||
<title>heat stack-adopt command</title>
|
||||
<screen><computeroutput>usage: heat stack-adopt [-f <FILE>] [-e <FILE or URL>] [-u <URL>] [-o <URL>]
|
||||
[-c <TIMEOUT>] [-a <FILE or URL>] [-r]
|
||||
[-P <KEY1=VALUE1;KEY2=VALUE2...>]
|
||||
<STACK_NAME>
|
||||
</computeroutput></screen>
|
||||
<para>
|
||||
Adopt a stack.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><STACK_NAME></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name of the stack to adopt.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>-f <FILE>, --template-file <FILE></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Path to the template.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-e <FILE or URL>, --environment-file <FILE or URL></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Path to the environment.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-u <URL>, --template-url <URL></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
URL of template.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-o <URL>, --template-object <URL></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
URL to retrieve template object (e.g from swift).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-c <TIMEOUT>, --create-timeout <TIMEOUT></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Stack creation timeout in minutes. Default: 60.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-a <FILE or URL>, --adopt-file <FILE or URL></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Path to adopt stack data file.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-r, --enable-rollback</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable rollback on create/update failure.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>-P <KEY1=VALUE1;KEY2=VALUE2...>, --parameters <KEY1=VALUE1;KEY2=VALUE2...></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Parameter values used to create the stack. This can be
|
||||
specified multiple times, or once with parameters
|
||||
separated by a semicolon.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="heatclient_subcommand_stack-create">
|
||||
@ -754,7 +967,7 @@ Create the stack.
|
||||
<term><command>-o <URL>, --template-object <URL></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
URL to retrieve template object (e.g from swift)
|
||||
URL to retrieve template object (e.g. from swift).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -762,7 +975,7 @@ Create the stack.
|
||||
<term><command>-c <TIMEOUT>, --create-timeout <TIMEOUT></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Stack creation timeout in minutes. Default: 60
|
||||
Stack creation timeout in minutes. Default: 60.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -770,7 +983,7 @@ Create the stack.
|
||||
<term><command>-r, --enable-rollback</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable rollback on create/update failure
|
||||
Enable rollback on create/update failure.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -780,7 +993,7 @@ Create the stack.
|
||||
<para>
|
||||
Parameter values used to create the stack. This can be
|
||||
specified multiple times, or once with parameters
|
||||
separated by semicolon.
|
||||
separated by a semicolon.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -819,7 +1032,7 @@ List the user's stacks.
|
||||
<para>
|
||||
Filter parameters to apply on returned stacks. This
|
||||
can be specified multiple times, or once with
|
||||
parameters separated by semicolon.
|
||||
parameters separated by a semicolon.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -827,7 +1040,7 @@ List the user's stacks.
|
||||
<term><command>-l <LIMIT>, --limit <LIMIT></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Limit the number of stacks returned
|
||||
Limit the number of stacks returned.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -836,7 +1049,7 @@ List the user's stacks.
|
||||
<listitem>
|
||||
<para>
|
||||
Only return stacks that appear after the given stack
|
||||
ID
|
||||
ID.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -909,7 +1122,7 @@ Update the stack.
|
||||
<term><command>-o <URL>, --template-object <URL></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
URL to retrieve template object (e.g from swift)
|
||||
URL to retrieve template object (e.g. from swift).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -919,7 +1132,7 @@ Update the stack.
|
||||
<para>
|
||||
Parameter values used to create the stack. This can be
|
||||
specified multiple times, or once with parameters
|
||||
separated by semicolon.
|
||||
separated by a semicolon.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -980,7 +1193,7 @@ Validate a template with parameters.
|
||||
<term><command>-o <URL>, --template-object <URL></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
URL to retrieve template object (e.g from swift)
|
||||
URL to retrieve template object (e.g. from swift).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -989,7 +1202,7 @@ Validate a template with parameters.
|
||||
<listitem>
|
||||
<para>
|
||||
Parameter values to validate. This can be specified
|
||||
multiple times, or once with parameters separated by
|
||||
multiple times, or once with parameters separated by a
|
||||
semicolon.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -10,7 +10,8 @@
|
||||
|
||||
<title>Identity Service command-line client</title>
|
||||
<para>The <command>keystone</command> client is the command-line interface
|
||||
(CLI) for the OpenStack Identity API and its extensions.
|
||||
(CLI) for the OpenStack Identity API and its extensions. This chapter documents
|
||||
<command>keystone</command> version 0.6.0.
|
||||
</para>
|
||||
<para>For help on a specific <command>keystone</command>
|
||||
command, enter:
|
||||
|
@ -10,7 +10,8 @@
|
||||
|
||||
<title>Networking command-line client</title>
|
||||
<para>The <command>neutron</command> client is the command-line interface
|
||||
(CLI) for the OpenStack Networking API and its extensions.
|
||||
(CLI) for the OpenStack Networking API and its extensions. This chapter documents
|
||||
<command>neutron</command> version 2.3.4.
|
||||
</para>
|
||||
<para>For help on a specific <command>neutron</command>
|
||||
command, enter:
|
||||
@ -1063,7 +1064,7 @@
|
||||
<term><command>quota-list</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
List defined quotas of all tenants.
|
||||
List quotas of all tenants who have non-default quota values.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -7222,7 +7223,7 @@ Update network's information.
|
||||
[--tenant-id TENANT_ID] [--name NAME]
|
||||
[--admin-state-down] [--mac-address MAC_ADDRESS]
|
||||
[--device-id DEVICE_ID]
|
||||
[--fixed-ip ip_address=IP_ADDR]
|
||||
[--fixed-ip subnet_id=SUBNET,ip_address=IP_ADDR]
|
||||
[--security-group SECURITY_GROUP | --no-security-groups]
|
||||
[--extra-dhcp-opt EXTRA_DHCP_OPTS]
|
||||
NETWORK
|
||||
@ -7302,8 +7303,8 @@ Create a port for a given tenant.
|
||||
<term><command>--fixed-ip</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
ip_address=IP_ADDR
|
||||
Desired IP for this port:
|
||||
subnet_id=SUBNET,ip_address=IP_ADDR
|
||||
Desired IP and/or subnet for this port:
|
||||
subnet_id=<name_or_id>,ip_address=<ip>, (This option
|
||||
can be repeated.)
|
||||
</para>
|
||||
@ -7849,7 +7850,7 @@ Delete defined quotas of a given tenant.
|
||||
[--request-format {json,xml}]
|
||||
</computeroutput></screen>
|
||||
<para>
|
||||
List defined quotas of all tenants.
|
||||
List quotas of all tenants who have non-default quota values.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
|
@ -10,7 +10,8 @@
|
||||
|
||||
<title>Compute command-line client</title>
|
||||
<para>The <command>nova</command> client is the command-line interface
|
||||
(CLI) for the OpenStack Compute API and its extensions.
|
||||
(CLI) for the OpenStack Compute API and its extensions. This chapter documents
|
||||
<command>nova</command> version 2.16.0.
|
||||
</para>
|
||||
<para>For help on a specific <command>nova</command>
|
||||
command, enter:
|
||||
@ -495,6 +496,14 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>get-rdp-console</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Get a rdp console to a server.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>get-spice-console</command></term>
|
||||
<listitem>
|
||||
@ -1312,6 +1321,54 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>force-delete</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Force delete a server.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>restore</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Restore a soft-deleted server.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>net</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Show a network
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>net-create</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Create a network
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>net-delete</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Delete a network
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>net-list</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
List networks
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>baremetal-interface-add</command></term>
|
||||
<listitem>
|
||||
@ -1369,103 +1426,6 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cell-capacities</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Get cell capacities for all cells or a given cell.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cell-show</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Show details of a given cell.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>force-delete</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Force delete a server.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>restore</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Restore a soft-deleted server.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>host-servers-migrate</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Migrate all instances of the specified host to other
|
||||
available hosts.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>list-extensions</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
List all the os-api extensions that are available.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>host-meta</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set or Delete metadata on all instances of a host.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>net</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Show a network
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>net-create</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Create a network
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>net-delete</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Delete a network
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>net-list</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
List networks
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>migration-list</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Print a list of migrations.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>host-evacuate</command></term>
|
||||
<listitem>
|
||||
@ -1491,6 +1451,55 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>migration-list</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Print a list of migrations.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>host-servers-migrate</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Migrate all instances of the specified host to other
|
||||
available hosts.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cell-capacities</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Get cell capacities for all cells or a given cell.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cell-show</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Show details of a given cell.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>host-meta</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set or Delete metadata on all instances of a host.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>list-extensions</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
List all the os-api extensions that are available.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="novaclient_command_optional">
|
||||
@ -2411,7 +2420,7 @@ Boot a new server.
|
||||
<term><command>--snapshot <snapshot_id></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Sapshot ID to boot from (will create a volume).
|
||||
Snapshot ID to boot from (will create a volume).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -3550,6 +3559,32 @@ Get password for a server.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="novaclient_subcommand_get-rdp-console">
|
||||
<title>nova get-rdp-console command</title>
|
||||
<screen><computeroutput>usage: nova get-rdp-console <server> <console-type>
|
||||
</computeroutput></screen>
|
||||
<para>
|
||||
Get a rdp console to a server.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><server></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name or ID of server.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command><console-type></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Type of rdp console ("rdp-html5").
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="novaclient_subcommand_get-spice-console">
|
||||
@ -4907,9 +4942,7 @@ List the quotas for a quota class.
|
||||
<section xml:id="novaclient_subcommand_quota-class-update">
|
||||
<title>nova quota-class-update command</title>
|
||||
<screen><computeroutput>usage: nova quota-class-update [--instances <instances>] [--cores <cores>]
|
||||
[--ram <ram>] [--volumes <volumes>]
|
||||
[--gigabytes <gigabytes>]
|
||||
[--floating-ips <floating-ips>]
|
||||
[--ram <ram>] [--floating-ips <floating-ips>]
|
||||
[--metadata-items <metadata-items>]
|
||||
[--injected-files <injected-files>]
|
||||
[--injected-file-content-bytes <injected-file-content-bytes>]
|
||||
@ -4958,22 +4991,6 @@ Update the quotas for a quota class.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--volumes <volumes></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
New value for the "volumes" quota.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--gigabytes <gigabytes></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
New value for the "gigabytes" quota.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--floating-ips <floating-ips></command></term>
|
||||
<listitem>
|
||||
@ -5113,8 +5130,7 @@ List the quotas for a tenant/user.
|
||||
<section xml:id="novaclient_subcommand_quota-update">
|
||||
<title>nova quota-update command</title>
|
||||
<screen><computeroutput>usage: nova quota-update [--user <user-id>] [--instances <instances>]
|
||||
[--cores <cores>] [--ram <ram>] [--volumes <volumes>]
|
||||
[--gigabytes <gigabytes>]
|
||||
[--cores <cores>] [--ram <ram>]
|
||||
[--floating-ips <floating-ips>]
|
||||
[--fixed-ips <fixed-ips>]
|
||||
[--metadata-items <metadata-items>]
|
||||
@ -5174,22 +5190,6 @@ Update the quotas for a tenant/user.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--volumes <volumes></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
New value for the "volumes" quota.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--gigabytes <gigabytes></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
New value for the "gigabytes" quota.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--floating-ips <floating-ips></command></term>
|
||||
<listitem>
|
||||
|
@ -10,7 +10,8 @@
|
||||
|
||||
<title>Object Storage command-line client</title>
|
||||
<para>The <command>swift</command> client is the command-line interface
|
||||
(CLI) for the OpenStack Object Storage API and its extensions.
|
||||
(CLI) for the OpenStack Object Storage API and its extensions. This chapter documents
|
||||
<command>swift</command> version 2.0.3.
|
||||
</para>
|
||||
<para>For help on a specific <command>swift</command>
|
||||
command, enter:
|
||||
@ -492,6 +493,14 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--skip-identical</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Skip downloading files that are identical on both sides
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="swiftclient_subcommand_list">
|
||||
@ -712,6 +721,14 @@ If the container is not found, it will be created automatically.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--skip-identical</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Skip uploading files that are identical on both sides
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--segment-size <size></command></term>
|
||||
<listitem>
|
||||
|
0
doc/common/section_cli_cinder_manage_volumes.xml
Executable file → Normal file
0
doc/common/section_cli_cinder_manage_volumes.xml
Executable file → Normal file
Loading…
Reference in New Issue
Block a user