HostsΒΆ

V3 API versions of the Hosts interface.

Inherits from the 1.1 code because a lot of the functionality is shared.

class novaclient.v3.hosts.HostManager(api)

Bases: novaclient.v1_1.hosts.HostManager

HostManager.host_action(host, action)

Perform an action on a host.

HostManager.update(host, values)

Update status or maintenance mode for the host.

Previous topic

Flavors

Next topic

Agents

This Page