Update for python-novaclient 2.18.1
Regenerate ch_cli_nova_commands.xml with python-novaclient 2.18.1 version release. Change-Id: I920e1621062c8b17fca43f106e2b995637f2f48a
This commit is contained in:
parent
24e1eac6ec
commit
76f0c2d118
@ -12,7 +12,7 @@
|
||||
<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. This chapter documents
|
||||
<command>nova</command> version 2.18.0.
|
||||
<command>nova</command> version 2.18.1.
|
||||
</para>
|
||||
<para>For help on a specific <command>nova</command>
|
||||
command, enter:
|
||||
@ -1390,6 +1390,14 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>migration-list</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Print a list of migrations.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>force-delete</command></term>
|
||||
<listitem>
|
||||
@ -1438,6 +1446,31 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>host-evacuate</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Evacuate all instances from failed host to
|
||||
specified one.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>instance-action</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Show an action.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>instance-action-list</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
List actions on a server.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>baremetal-interface-add</command></term>
|
||||
<listitem>
|
||||
@ -1498,35 +1531,11 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>host-evacuate</command></term>
|
||||
<term><command>list-extensions</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Evacuate all instances from failed host to
|
||||
specified one.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>instance-action</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Show an action.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>instance-action-list</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
List actions on a server.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>migration-list</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Print a list of migrations.
|
||||
List all the os-api extensions that are
|
||||
available.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -1539,6 +1548,15 @@
|
||||
</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>cell-capacities</command></term>
|
||||
<listitem>
|
||||
@ -1556,24 +1574,6 @@
|
||||
</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">
|
||||
@ -4729,8 +4729,9 @@ Associate project with network.
|
||||
<title>nova network-create command</title>
|
||||
<screen><computeroutput>usage: nova network-create [--fixed-range-v4 <x.x.x.x/yy>]
|
||||
[--fixed-range-v6 CIDR_V6] [--vlan <vlan id>]
|
||||
[--vpn <vpn start>] [--gateway GATEWAY]
|
||||
[--gateway-v6 GATEWAY_V6] [--bridge <bridge>]
|
||||
[--vlan-start <vlan start>] [--vpn <vpn start>]
|
||||
[--gateway GATEWAY] [--gateway-v6 GATEWAY_V6]
|
||||
[--bridge <bridge>]
|
||||
[--bridge-interface <bridge interface>]
|
||||
[--multi-host <'T'|'F'>] [--dns1 <DNS Address>]
|
||||
[--dns2 <DNS Address>] [--uuid <network uuid>]
|
||||
@ -4772,7 +4773,17 @@ Create a network.
|
||||
<term><command>--vlan <vlan id></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
vlan id
|
||||
vlan id to be assigned to project
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--vlan-start <vlan start></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
First vlan ID to be assigned to project.
|
||||
Subsequent vlan IDs will be assigned
|
||||
incrementally
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
x
Reference in New Issue
Block a user