The novaclient.v1_1.services Module

service interface

class novaclient.v1_1.services.Service(manager, info, loaded=False)

Bases: novaclient.base.Resource

class novaclient.v1_1.services.ServiceManager(api)

Bases: novaclient.base.ManagerWithFind

disable(host, service)

Enable the service specified by hostname and servicename

enable(host, service)

Enable the service specified by hostname and servicename

list(host=None, service=None)

Describes cpu/memory/hdd info for host.

Parameters:host – destination host name.
resource_class

alias of Service

This Page