diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-03-06 07:40:00 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-03-06 07:40:00 +0000 |
| commit | 0047b022d55ffe9192e03b1c9c5e6932a53fbd5e (patch) | |
| tree | 4f7fd8eaf0ae15d5e6946aed56545f95b2dd35d0 /doc/source/command-objects | |
| parent | c4cb51f5a8155ae3ac81a6a42a5b0340bc331eea (diff) | |
| parent | 09665052acf8b98718401fb30b93f480707534d3 (diff) | |
| download | python-openstackclient-0047b022d55ffe9192e03b1c9c5e6932a53fbd5e.tar.gz | |
Merge "Add hypervisor docs"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/hypervisor.rst | 36 |
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) |
