diff options
| author | Yan Xing'an <yanxingan@cmss.chinamobile.com> | 2016-10-26 23:48:58 -0700 |
|---|---|---|
| committer | Yan Xing'an <yanxingan@cmss.chinamobile.com> | 2016-10-27 04:33:47 -0700 |
| commit | 8ca1cc637013972491744b8318d30e9256bc4165 (patch) | |
| tree | a49944a7157819448213a13166d1fc1506bbaf55 /doc/source/command-objects/hypervisor.rst | |
| parent | 0b63d5d5868309612a4b2dc48d9ee7e5eeba61ea (diff) | |
| download | python-openstackclient-8ca1cc637013972491744b8318d30e9256bc4165.tar.gz | |
Add --long option and more columns to the hypervisor list command
Support --long option and more columns in output of hypervisor
list command, including 'Hypervisor Type', 'Host IP', 'State',
and 'vCPU Used', 'vCPUs', 'Memory MB Used', 'Memory MB' with
--long option.
Change-Id: I0c790c7835309dded03e230cf497168e19404537
Closes-Bug: #1637074
Diffstat (limited to 'doc/source/command-objects/hypervisor.rst')
| -rw-r--r-- | doc/source/command-objects/hypervisor.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/command-objects/hypervisor.rst b/doc/source/command-objects/hypervisor.rst index d6d0469b..3053a758 100644 --- a/doc/source/command-objects/hypervisor.rst +++ b/doc/source/command-objects/hypervisor.rst @@ -14,11 +14,16 @@ List hypervisors os hypervisor list [--matching <hostname>] + [--long] .. option:: --matching <hostname> Filter hypervisors using <hostname> substring +.. option:: --long + + List additional fields in output + hypervisor show --------------- |
