Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 990 Bytes

File metadata and controls

72 lines (44 loc) · 990 Bytes

host

Compute v2

The physical computer running a hypervisor.

host list

List hosts

.. program:: host list
openstack host list
    [--zone <availability-zone>]
.. option:: --zone <availability-zone>

    Only return hosts in the availability zone

host set

Set host properties

.. program:: host set
openstack host set
    [--enable | --disable]
    [--enable-maintenance | --disable-maintenance]
    <host>
.. option:: --enable

    Enable the host

.. option:: --disable

    Disable the host

.. option:: --enable-maintenance

    Enable maintenance mode for the host

.. option:: --disable-maintenance

    Disable maintenance mode for the host

.. describe:: <host>

    Host to modify (name only)

host show

Display host details

.. program:: host show
openstack host show
    <host>
.. describe:: <host>

    Name of host