Update for python-novaclient 2.20.0

Change-Id: I88e799d0834781625fd5aac2f4bd1acf92e56f06
This commit is contained in:
Andreas Jaeger 2014-09-21 07:29:28 +02:00
parent 18165cf40e
commit 6dd9a49851

View File

@ -15,7 +15,7 @@
interface (CLI) for the OpenStack Compute API and its extensions.
This chapter documents <command>nova</command> version
<literal>2.19.0</literal>.
<literal>2.20.0</literal>.
</para>
<para>For help on a specific <command>nova</command>
@ -518,6 +518,14 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>get-serial-console</command></term>
<listitem>
<para>
Get a serial console to a server.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>get-spice-console</command></term>
<listitem>
@ -1434,28 +1442,50 @@
</listitem>
</varlistentry>
<varlistentry>
<term><command>cell-capacities</command></term>
<term><command>force-delete</command></term>
<listitem>
<para>
Get cell capacities for all cells or a given
cell.
Force delete a server.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>cell-show</command></term>
<term><command>restore</command></term>
<listitem>
<para>
Show details of a given cell.
Restore a soft-deleted server.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>host-servers-migrate</command></term>
<term><command>net</command></term>
<listitem>
<para>
Migrate all instances of the specified host to
other available hosts.
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>
@ -1519,36 +1549,10 @@
</listitem>
</varlistentry>
<varlistentry>
<term><command>force-delete</command></term>
<term><command>host-evacuate</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>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.
Evacuate all instances from failed host.
</para>
</listitem>
</varlistentry>
@ -1568,46 +1572,6 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>host-evacuate</command></term>
<listitem>
<para>
Evacuate all instances from failed 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>
@ -1616,6 +1580,50 @@
</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">
@ -3698,6 +3706,34 @@ Get a rdp console to a server.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="novaclient_subcommand_get-serial-console">
<title>nova get-serial-console</title>
<screen><computeroutput>usage: nova get-serial-console [--console_type CONSOLE_TYPE] &lt;server&gt;</computeroutput></screen>
<para>
Get a serial console to a server.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Name or ID of server.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>--console_type CONSOLE_TYPE</command></term>
<listitem>
<para>
Type of serial console, default="serial".
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="novaclient_subcommand_get-spice-console">
@ -5117,6 +5153,8 @@ List the quotas for a quota class.
[--key-pairs &lt;key-pairs&gt;]
[--security-groups &lt;security-groups&gt;]
[--security-group-rules &lt;security-group-rules&gt;]
[--server-groups &lt;server-groups&gt;]
[--server-group-members &lt;server-group-members&gt;]
&lt;class&gt;</computeroutput></screen>
<para>
Update the quotas for a quota class.
@ -5232,6 +5270,23 @@ Update the quotas for a quota class.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--server-groups &lt;server-groups&gt;</command></term>
<listitem>
<para>
New value for the "server-groups" quota.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--server-group-members &lt;server-group-members&gt;</command></term>
<listitem>
<para>
New value for the "server-group-members"
quota.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="novaclient_subcommand_quota-defaults">
@ -5314,6 +5369,8 @@ List the quotas for a tenant/user.
[--key-pairs &lt;key-pairs&gt;]
[--security-groups &lt;security-groups&gt;]
[--security-group-rules &lt;security-group-rules&gt;]
[--server-groups &lt;server-groups&gt;]
[--server-group-members &lt;server-group-members&gt;]
[--force]
&lt;tenant-id&gt;</computeroutput></screen>
<para>
@ -5438,6 +5495,23 @@ Update the quotas for a tenant/user.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--server-groups &lt;server-groups&gt;</command></term>
<listitem>
<para>
New value for the "server-groups" quota.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--server-group-members &lt;server-group-members&gt;</command></term>
<listitem>
<para>
New value for the "server-group-members"
quota.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--force</command></term>
<listitem>
@ -6026,7 +6100,7 @@ Add a rule to a security group.
</section>
<section xml:id="novaclient_subcommand_secgroup-create">
<title>nova secgroup-create</title>
<screen><computeroutput>usage: nova secgroup-create &lt;name&gt; [&lt;description&gt;]</computeroutput></screen>
<screen><computeroutput>usage: nova secgroup-create &lt;name&gt; &lt;description&gt;</computeroutput></screen>
<para>
Create a security group.
</para> <variablelist wordsize="10">