The novaclient.v1_1.hosts Module

host interface (1.1 extension).

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

Bases: novaclient.base.Resource

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

Bases: novaclient.base.ManagerWithFind

get(host)

Describes cpu/memory/hdd info for host.

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

Performs an action on a host.

list_all(zone=None)
resource_class

alias of Host

update(host, values)

Update status or maintenance mode for the host.

This Page