From 09665052acf8b98718401fb30b93f480707534d3 Mon Sep 17 00:00:00 2001 From: lin-hua-cheng Date: Thu, 5 Mar 2015 19:35:39 -0800 Subject: Add hypervisor docs Change-Id: I444734925316e876afcbfdeffafea9973a837022 --- doc/source/command-objects/hypervisor.rst | 36 +++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/source/command-objects/hypervisor.rst (limited to 'doc/source/command-objects') 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 ] + +.. option:: --matching + + Filter hypervisors using substring + +hypervisor show +--------------- + +Display hypervisor details + +.. program:: hypervisor show +.. code:: bash + + os hypervisor show + + +.. _hypervisor_show-flavor: +.. describe:: + + Hypervisor to display (name or ID) -- cgit v1.2.1