Merge "Add hypervisor docs"
This commit is contained in:
36
doc/source/command-objects/hypervisor.rst
Normal file
36
doc/source/command-objects/hypervisor.rst
Normal file
@ -0,0 +1,36 @@
|
||||
==========
|
||||
hypervisor
|
||||
==========
|
||||
|
||||
Compute v2
|
||||
|
||||
hypervisor list
|
||||
---------------
|
||||
|
||||
List hypervisors
|
||||
|
||||
.. program:: hypervisor list
|
||||
.. code:: bash
|
||||
|
||||
os hypervisor list
|
||||
[--matching <hostname>]
|
||||
|
||||
.. option:: --matching <hostname>
|
||||
|
||||
Filter hypervisors using <hostname> substring
|
||||
|
||||
hypervisor show
|
||||
---------------
|
||||
|
||||
Display hypervisor details
|
||||
|
||||
.. program:: hypervisor show
|
||||
.. code:: bash
|
||||
|
||||
os hypervisor show
|
||||
<hypervisor>
|
||||
|
||||
.. _hypervisor_show-flavor:
|
||||
.. describe:: <hypervisor>
|
||||
|
||||
Hypervisor to display (name or ID)
|
@ -87,7 +87,7 @@ referring to both Compute and Volume quotas.
|
||||
* ``flavor``: (**Compute**) predefined server configurations: ram, root disk, etc
|
||||
* ``group``: (**Identity**) a grouping of users
|
||||
* ``host``: Compute - the physical computer running a hypervisor
|
||||
* ``hypervisor``: Compute - the virtual machine manager
|
||||
* ``hypervisor``: (**Compute**) the virtual machine manager
|
||||
* ``identity provider``: (**Identity**) a source of users and authentication
|
||||
* ``image``: (**Image**) a disk image
|
||||
* ``ip fixed``: Compute, Network - an internal IP address assigned to a server
|
||||
|
Reference in New Issue
Block a user