summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/hypervisor.rst
diff options
context:
space:
mode:
authorlin-hua-cheng <os.lcheng@gmail.com>2015-03-05 19:35:39 -0800
committerlin-hua-cheng <os.lcheng@gmail.com>2015-03-05 21:42:03 -0800
commit09665052acf8b98718401fb30b93f480707534d3 (patch)
tree9e082939630fea80ae22c94e7696bb265d190718 /doc/source/command-objects/hypervisor.rst
parent5b8f18fe4b15069b024e3b84717551fb4c769745 (diff)
downloadpython-openstackclient-09665052acf8b98718401fb30b93f480707534d3.tar.gz
Add hypervisor docs
Change-Id: I444734925316e876afcbfdeffafea9973a837022
Diffstat (limited to 'doc/source/command-objects/hypervisor.rst')
-rw-r--r--doc/source/command-objects/hypervisor.rst36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/source/command-objects/hypervisor.rst b/doc/source/command-objects/hypervisor.rst
new file mode 100644
index 00000000..d6d0469b
--- /dev/null
+++ b/doc/source/command-objects/hypervisor.rst
@@ -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)