Update CLI reference for python-novaclient 3.2.0
Change-Id: Ibc8a2390430d4d0b671cd7333293ce48e46d64e5
This commit is contained in:
parent
f87eb20dad
commit
b936ddef8f
@ -15,7 +15,7 @@
|
||||
interface (CLI) for the OpenStack Compute API and its extensions.
|
||||
|
||||
This chapter documents <command>nova</command> version
|
||||
<literal>3.1.0</literal>.
|
||||
<literal>3.2.0</literal>.
|
||||
</para>
|
||||
|
||||
<para>For help on a specific <command>nova</command>
|
||||
@ -668,7 +668,7 @@
|
||||
<term><command>image-meta</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set or Delete metadata on an image.
|
||||
Set or delete metadata on an image.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -791,7 +791,7 @@
|
||||
<term><command>meta</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set or Delete metadata on a server.
|
||||
Set or delete metadata on a server.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -1381,7 +1381,7 @@
|
||||
<term><command>volume-attachments</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
List all the volumes attached to a server
|
||||
List all the volumes attached to a server.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -1579,7 +1579,7 @@
|
||||
<term><command>net</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<emphasis>DEPRECATED</emphasis>, Use tenant-network-show instead.
|
||||
<emphasis>DEPRECATED</emphasis>, use tenant-network-show instead.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -2747,7 +2747,7 @@ Boot a new server.
|
||||
<term><command>--access-ip-v4 <value></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Alternative access ip v4 of the instance.
|
||||
Alternative access IPv4 of the instance.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -2755,7 +2755,7 @@ Boot a new server.
|
||||
<term><command>--access-ip-v6 <value></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Alternative access ip v6 of the instance.
|
||||
Alternative access IPv6 of the instance.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -4297,7 +4297,7 @@ Print a list of available images to boot from.
|
||||
<title>nova image-meta</title>
|
||||
<screen><computeroutput>usage: nova image-meta <image> <action> <key=value> [<key=value> ...]</computeroutput></screen>
|
||||
<para>
|
||||
Set or Delete metadata on an image.
|
||||
Set or delete metadata on an image.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
@ -4546,7 +4546,7 @@ for proper version]
|
||||
<term><command>--user <user-id></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Id of key-pair owner (Admin only).
|
||||
ID of key-pair owner (Admin only).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -4565,7 +4565,7 @@ for proper version]
|
||||
<term><command>--user <user-id></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
List key-pairs of specified user id (Admin only).
|
||||
List key-pairs of specified user ID (Admin only).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -4595,7 +4595,7 @@ for proper version]
|
||||
<term><command>--user <user-id></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Id of key-pair owner (Admin only).
|
||||
ID of key-pair owner (Admin only).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -4895,7 +4895,7 @@ on a locked server.
|
||||
<title>nova meta</title>
|
||||
<screen><computeroutput>usage: nova meta <server> <action> <key=value> [<key=value> ...]</computeroutput></screen>
|
||||
<para>
|
||||
Set or Delete metadata on a server.
|
||||
Set or delete metadata on a server.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
@ -7298,7 +7298,7 @@ Attach a volume to a server.
|
||||
<title>nova volume-attachments</title>
|
||||
<screen><computeroutput>usage: nova volume-attachments <server></computeroutput></screen>
|
||||
<para>
|
||||
List all the volumes attached to a server
|
||||
List all the volumes attached to a server.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user