Merge "Add hypervisor docs"

This commit is contained in:
Jenkins
2015-03-06 07:40:00 +00:00
committed by Gerrit Code Review
3 changed files with 44 additions and 8 deletions
doc/source
openstackclient/compute/v2

@ -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