Update cli client commands

Regenerate file with python-novaclient 2.17.0 release.
Regenerate all other cli files with updated openstack-auto-commands
version that fixes a bug in the help output.

Change-Id: Iaa0afa09133fda3e6c6899aede670ae45afc1fc9
This commit is contained in:
Andreas Jaeger 2014-03-08 09:14:49 +01:00
parent 33a1777860
commit 41ea103e89
7 changed files with 42 additions and 8 deletions

View File

@ -20,7 +20,8 @@
<section xml:id="ceilometerclient_command_usage"> <section xml:id="ceilometerclient_command_usage">
<title>ceilometer usage</title> <title>ceilometer usage</title>
<screen><computeroutput> [--key-file KEY_FILE] [--os-cacert &lt;ca-certificate-file&gt;] <screen><computeroutput>usage: ceilometer [--version] [-d] [-v] [-k] [--cert-file CERT_FILE]
[--key-file KEY_FILE] [--os-cacert &lt;ca-certificate-file&gt;]
[--ca-file OS_CACERT] [--timeout TIMEOUT] [--ca-file OS_CACERT] [--timeout TIMEOUT]
[--os-username OS_USERNAME] [--os-password OS_PASSWORD] [--os-username OS_USERNAME] [--os-password OS_PASSWORD]
[--os-tenant-id OS_TENANT_ID] [--os-tenant-id OS_TENANT_ID]

View File

@ -20,7 +20,8 @@
<section xml:id="cinderclient_command_usage"> <section xml:id="cinderclient_command_usage">
<title>cinder usage</title> <title>cinder usage</title>
<screen><computeroutput> [--os-password &lt;auth-password&gt;] <screen><computeroutput>usage: cinder [--version] [--debug] [--os-username &lt;auth-user-name&gt;]
[--os-password &lt;auth-password&gt;]
[--os-tenant-name &lt;auth-tenant-name&gt;] [--os-tenant-name &lt;auth-tenant-name&gt;]
[--os-tenant-id &lt;auth-tenant-id&gt;] [--os-auth-url &lt;auth-url&gt;] [--os-tenant-id &lt;auth-tenant-id&gt;] [--os-auth-url &lt;auth-url&gt;]
[--os-region-name &lt;region-name&gt;] [--service-type &lt;service-type&gt;] [--os-region-name &lt;region-name&gt;] [--service-type &lt;service-type&gt;]

View File

@ -20,7 +20,8 @@
<section xml:id="glanceclient_command_usage"> <section xml:id="glanceclient_command_usage">
<title>glance usage</title> <title>glance usage</title>
<screen><computeroutput> [--cert-file CERT_FILE] [--key-file KEY_FILE] <screen><computeroutput>usage: glance [--version] [-d] [-v] [--get-schema] [-k]
[--cert-file CERT_FILE] [--key-file KEY_FILE]
[--os-cacert &lt;ca-certificate-file&gt;] [--ca-file OS_CACERT] [--os-cacert &lt;ca-certificate-file&gt;] [--ca-file OS_CACERT]
[--timeout TIMEOUT] [--no-ssl-compression] [-f] [--dry-run] [--timeout TIMEOUT] [--no-ssl-compression] [-f] [--dry-run]
[--ssl] [-H ADDRESS] [-p PORT] [--os-username OS_USERNAME] [--ssl] [-H ADDRESS] [-p PORT] [--os-username OS_USERNAME]

View File

@ -20,7 +20,8 @@
<section xml:id="heatclient_command_usage"> <section xml:id="heatclient_command_usage">
<title>heat usage</title> <title>heat usage</title>
<screen><computeroutput> [--key-file KEY_FILE] [--ca-file CA_FILE] [--timeout TIMEOUT] <screen><computeroutput>usage: heat [--version] [-d] [-v] [-k] [--cert-file CERT_FILE]
[--key-file KEY_FILE] [--ca-file CA_FILE] [--timeout TIMEOUT]
[--os-username OS_USERNAME] [--os-password OS_PASSWORD] [--os-username OS_USERNAME] [--os-password OS_PASSWORD]
[--os-tenant-id OS_TENANT_ID] [--os-tenant-name OS_TENANT_NAME] [--os-tenant-id OS_TENANT_ID] [--os-tenant-name OS_TENANT_NAME]
[--os-auth-url OS_AUTH_URL] [--os-region-name OS_REGION_NAME] [--os-auth-url OS_AUTH_URL] [--os-region-name OS_REGION_NAME]

View File

@ -20,7 +20,8 @@
<section xml:id="keystoneclient_command_usage"> <section xml:id="keystoneclient_command_usage">
<title>keystone usage</title> <title>keystone usage</title>
<screen><computeroutput> [--os-username &lt;auth-user-name&gt;] <screen><computeroutput>usage: keystone [--version] [--timeout &lt;seconds&gt;]
[--os-username &lt;auth-user-name&gt;]
[--os-password &lt;auth-password&gt;] [--os-password &lt;auth-password&gt;]
[--os-tenant-name &lt;auth-tenant-name&gt;] [--os-tenant-name &lt;auth-tenant-name&gt;]
[--os-tenant-id &lt;tenant-id&gt;] [--os-auth-url &lt;auth-url&gt;] [--os-tenant-id &lt;tenant-id&gt;] [--os-auth-url &lt;auth-url&gt;]

View File

@ -20,7 +20,8 @@
<section xml:id="neutronclient_command_usage"> <section xml:id="neutronclient_command_usage">
<title>neutron usage</title> <title>neutron usage</title>
<screen><computeroutput> [--os-auth-url &lt;auth-url&gt;] <screen><computeroutput>usage: neutron [--version] [-v] [-q] [-h] [--os-auth-strategy &lt;auth-strategy&gt;]
[--os-auth-url &lt;auth-url&gt;]
[--os-tenant-name &lt;auth-tenant-name&gt;] [--os-tenant-name &lt;auth-tenant-name&gt;]
[--os-tenant-id &lt;auth-tenant-id&gt;] [--os-tenant-id &lt;auth-tenant-id&gt;]
[--os-username &lt;auth-username&gt;] [--os-password &lt;auth-password&gt;] [--os-username &lt;auth-username&gt;] [--os-password &lt;auth-password&gt;]

View File

@ -11,7 +11,7 @@
<title>Compute command-line client</title> <title>Compute command-line client</title>
<para>The <command>nova</command> client is the command-line interface <para>The <command>nova</command> client is the command-line interface
(CLI) for the OpenStack Compute API and its extensions. This chapter documents (CLI) for the OpenStack Compute API and its extensions. This chapter documents
<command>nova</command> version 2.16.0. <command>nova</command> version 2.17.0.
</para> </para>
<para>For help on a specific <command>nova</command> <para>For help on a specific <command>nova</command>
command, enter: command, enter:
@ -20,7 +20,8 @@
<section xml:id="novaclient_command_usage"> <section xml:id="novaclient_command_usage">
<title>nova usage</title> <title>nova usage</title>
<screen><computeroutput> [--timeout &lt;seconds&gt;] [--os-auth-token OS_AUTH_TOKEN] <screen><computeroutput>usage: nova [--version] [--debug] [--os-cache] [--timings]
[--timeout &lt;seconds&gt;] [--os-auth-token OS_AUTH_TOKEN]
[--os-username &lt;auth-user-name&gt;] [--os-password &lt;auth-password&gt;] [--os-username &lt;auth-user-name&gt;] [--os-password &lt;auth-password&gt;]
[--os-tenant-name &lt;auth-tenant-name&gt;] [--os-tenant-name &lt;auth-tenant-name&gt;]
[--os-tenant-id &lt;auth-tenant-id&gt;] [--os-auth-url &lt;auth-url&gt;] [--os-tenant-id &lt;auth-tenant-id&gt;] [--os-auth-url &lt;auth-url&gt;]
@ -868,6 +869,14 @@
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term><command>refresh-network</command></term>
<listitem>
<para>
Refresh server network information.
</para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term><command>remove-fixed-ip</command></term> <term><command>remove-fixed-ip</command></term>
<listitem> <listitem>
@ -5380,6 +5389,25 @@ Shutdown, re-image, and re-boot a server.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist>
</section>
<section xml:id="novaclient_subcommand_refresh-network">
<title>nova refresh-network command</title>
<screen><computeroutput>usage: nova refresh-network &lt;server&gt;
</computeroutput></screen>
<para>
Refresh server network information.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Name or ID of a server for which the network cache should be
refreshed from neutron (Admin only).
</para>
</listitem>
</varlistentry>
</variablelist> </variablelist>
</section> </section>
<section xml:id="novaclient_subcommand_remove-fixed-ip"> <section xml:id="novaclient_subcommand_remove-fixed-ip">