HostsΒΆ

host interface (1.1 extension).

class novaclient.v1_1.hosts.Host(manager, info, loaded=False)

Bases: novaclient.openstack.common.apiclient.base.Resource

Host.reboot()
Host.shutdown()
Host.startup()
Host.update(values)
class novaclient.v1_1.hosts.HostManager(api)

Bases: novaclient.base.ManagerWithFind

HostManager.get(host)

Describes cpu/memory/hdd info for host.

Parameters:host – destination host name.
HostManager.host_action(host, action)

Perform an action on a host.

HostManager.list(zone=None)
HostManager.list_all(zone=None)
HostManager.resource_class

alias of Host

HostManager.update(host, values)

Update status or maintenance mode for the host.

Previous topic

Servers

Next topic

Agents

This Page