mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
36 lines
530 B
ReStructuredText
36 lines
530 B
ReStructuredText
==========
|
|
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)
|