summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects/hypervisor.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/cli/command-objects/hypervisor.rst')
-rw-r--r--doc/source/cli/command-objects/hypervisor.rst41
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/hypervisor.rst b/doc/source/cli/command-objects/hypervisor.rst
new file mode 100644
index 00000000..9db384a2
--- /dev/null
+++ b/doc/source/cli/command-objects/hypervisor.rst
@@ -0,0 +1,41 @@
+==========
+hypervisor
+==========
+
+Compute v2
+
+hypervisor list
+---------------
+
+List hypervisors
+
+.. program:: hypervisor list
+.. code:: bash
+
+ openstack hypervisor list
+ [--matching <hostname>]
+ [--long]
+
+.. option:: --matching <hostname>
+
+ Filter hypervisors using <hostname> substring
+
+.. option:: --long
+
+ List additional fields in output
+
+hypervisor show
+---------------
+
+Display hypervisor details
+
+.. program:: hypervisor show
+.. code:: bash
+
+ openstack hypervisor show
+ <hypervisor>
+
+.. _hypervisor_show-flavor:
+.. describe:: <hypervisor>
+
+ Hypervisor to display (name or ID)