python-openstackclient/doc/source/command-objects/host.rst
Huanxuan Ao c7b137e421 Modify some unusual help messages in computev2
Some command help messages are unusual, for example:
common help message for a list command:
"list objects"
unusual help message:
"list obejcets command"
I think we should keep help message consistent, so I modify
the unusual help messages in computev2.

Change-Id: Ic5f11eba1a4397949e85d91cc067519752e89bff
2016-06-27 15:27:34 +08:00

969 B

host

Compute v2

The physical computer running a hypervisor.

host list

List hosts

host list

os host list
    [--zone <availability-zone>]

--zone <availability-zone>

Only return hosts in the availability zone

host set

Set host properties

host set

os host set
    [--enable | --disable]
    [--enable-maintenance | --disable-maintenance]
    <host>




Enable the host

--disable

Disable the host

Enable maintenance mode for the host

--disable-maintenance

Disable maintenance mode for the host

<host>

Host to modify (name only)

host show

Display host details

host show

os host show
    <host>

<host>

Name of host