[cli-ref] Update python-novaclient to 6.0.0
Change-Id: I043ebecbd0183da33058bad8eebd180db1c7b5b9
This commit is contained in:
parent
18773e45fc
commit
242d1a864f
@ -2,12 +2,12 @@
|
|||||||
.. This file is tool-generated. Do not edit manually.
|
.. This file is tool-generated. Do not edit manually.
|
||||||
.. ##################################################
|
.. ##################################################
|
||||||
|
|
||||||
===================================
|
==========================================
|
||||||
Compute service command-line client
|
Compute service (nova) command-line client
|
||||||
===================================
|
==========================================
|
||||||
|
|
||||||
The nova client is the command-line interface (CLI) for
|
The nova client is the command-line interface (CLI) for
|
||||||
the Compute service API and its extensions.
|
the Compute service (nova) API and its extensions.
|
||||||
|
|
||||||
This chapter documents :command:`nova` version ``6.0.0``.
|
This chapter documents :command:`nova` version ``6.0.0``.
|
||||||
|
|
||||||
@ -722,26 +722,28 @@ nova usage
|
|||||||
Display help about this program or one of its
|
Display help about this program or one of its
|
||||||
subcommands.
|
subcommands.
|
||||||
|
|
||||||
|
``baremetal-interface-list``
|
||||||
|
**DEPRECATED**: List network interfaces associated
|
||||||
|
with a baremetal node.
|
||||||
|
|
||||||
|
``baremetal-node-list``
|
||||||
|
**DEPRECATED**: Print list of available baremetal
|
||||||
|
nodes.
|
||||||
|
|
||||||
|
``baremetal-node-show``
|
||||||
|
**DEPRECATED**: Show information about a baremetal
|
||||||
|
node.
|
||||||
|
|
||||||
|
``host-meta``
|
||||||
|
Set or Delete metadata on all instances of a
|
||||||
|
host.
|
||||||
|
|
||||||
``force-delete``
|
``force-delete``
|
||||||
Force delete a server.
|
Force delete a server.
|
||||||
|
|
||||||
``restore``
|
``restore``
|
||||||
Restore a soft-deleted server.
|
Restore a soft-deleted server.
|
||||||
|
|
||||||
``host-servers-migrate``
|
|
||||||
Cold migrate all instances off the specified
|
|
||||||
host to other available hosts.
|
|
||||||
|
|
||||||
``instance-action``
|
|
||||||
Show an action.
|
|
||||||
|
|
||||||
``instance-action-list``
|
|
||||||
List actions on a server.
|
|
||||||
|
|
||||||
``host-meta``
|
|
||||||
Set or Delete metadata on all instances of a
|
|
||||||
host.
|
|
||||||
|
|
||||||
``cell-capacities``
|
``cell-capacities``
|
||||||
Get cell capacities for all cells or a given
|
Get cell capacities for all cells or a given
|
||||||
cell.
|
cell.
|
||||||
@ -749,8 +751,26 @@ nova usage
|
|||||||
``cell-show``
|
``cell-show``
|
||||||
Show details of a given cell.
|
Show details of a given cell.
|
||||||
|
|
||||||
``host-evacuate``
|
``host-servers-migrate``
|
||||||
Evacuate all instances from failed host.
|
Cold migrate all instances off the specified
|
||||||
|
host to other available hosts.
|
||||||
|
|
||||||
|
``list-extensions``
|
||||||
|
List all the os-api extensions that are
|
||||||
|
available.
|
||||||
|
|
||||||
|
``host-evacuate-live``
|
||||||
|
Live migrate all instances of the specified
|
||||||
|
host to other available hosts.
|
||||||
|
|
||||||
|
``migration-list``
|
||||||
|
Print a list of migrations.
|
||||||
|
|
||||||
|
``instance-action``
|
||||||
|
Show an action.
|
||||||
|
|
||||||
|
``instance-action-list``
|
||||||
|
List actions on a server.
|
||||||
|
|
||||||
``net``
|
``net``
|
||||||
**DEPRECATED**, use tenant-network-show instead.
|
**DEPRECATED**, use tenant-network-show instead.
|
||||||
@ -776,28 +796,8 @@ nova usage
|
|||||||
``tenant-network-show``
|
``tenant-network-show``
|
||||||
**DEPRECATED**: Show a tenant network.
|
**DEPRECATED**: Show a tenant network.
|
||||||
|
|
||||||
``baremetal-interface-list``
|
``host-evacuate``
|
||||||
**DEPRECATED**: List network interfaces associated
|
Evacuate all instances from failed host.
|
||||||
with a baremetal node.
|
|
||||||
|
|
||||||
``baremetal-node-list``
|
|
||||||
**DEPRECATED**: Print list of available baremetal
|
|
||||||
nodes.
|
|
||||||
|
|
||||||
``baremetal-node-show``
|
|
||||||
**DEPRECATED**: Show information about a baremetal
|
|
||||||
node.
|
|
||||||
|
|
||||||
``host-evacuate-live``
|
|
||||||
Live migrate all instances of the specified
|
|
||||||
host to other available hosts.
|
|
||||||
|
|
||||||
``migration-list``
|
|
||||||
Print a list of migrations.
|
|
||||||
|
|
||||||
``list-extensions``
|
|
||||||
List all the os-api extensions that are
|
|
||||||
available.
|
|
||||||
|
|
||||||
.. _nova_command_options:
|
.. _nova_command_options:
|
||||||
|
|
||||||
@ -1188,7 +1188,7 @@ Boot a new server.
|
|||||||
**Optional arguments:**
|
**Optional arguments:**
|
||||||
|
|
||||||
``--flavor <flavor>``
|
``--flavor <flavor>``
|
||||||
Name or ID of flavor (see 'openstack flavor list').
|
Name or ID of flavor (see 'nova flavor-list').
|
||||||
|
|
||||||
``--image <image>``
|
``--image <image>``
|
||||||
Name or ID of image (see 'glance image-list').
|
Name or ID of image (see 'glance image-list').
|
||||||
@ -1682,19 +1682,15 @@ Set or unset extra_spec for a flavor.
|
|||||||
``<key=value>``
|
``<key=value>``
|
||||||
Extra_specs to set/unset (only key is necessary on unset).
|
Extra_specs to set/unset (only key is necessary on unset).
|
||||||
|
|
||||||
.. _openstack_flavor_list:
|
.. _nova_flavor-list:
|
||||||
|
|
||||||
openstack flavor list
|
nova flavor-list
|
||||||
---------------------
|
----------------
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
usage: openstack flavor list [-h]
|
usage: nova flavor-list [--extra-specs] [--all] [--marker <marker>]
|
||||||
[-f {csv,html,json,json,table,value,yaml,yaml}]
|
[--limit <limit>]
|
||||||
[-c COLUMN] [--max-width <integer>] [--noindent]
|
|
||||||
[--quote {all,minimal,none,nonnumeric}]
|
|
||||||
[--public | --private | --all] [--long]
|
|
||||||
[--marker <marker>] [--limit <limit>]
|
|
||||||
|
|
||||||
Print a list of available 'flavors' (sizes of servers).
|
Print a list of available 'flavors' (sizes of servers).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user