ServicesΒΆ

service interface

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

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

class novaclient.v1_1.services.ServiceManager(api)

Bases: novaclient.base.ManagerWithFind

ServiceManager.disable(host, binary)

Disable the service specified by hostname and binary.

ServiceManager.disable_log_reason(host, binary, reason)

Disable the service with reason.

ServiceManager.enable(host, binary)

Enable the service specified by hostname and binary.

ServiceManager.list(host=None, binary=None)

Describes cpu/memory/hdd info for host.

Parameters:host – destination host name.
ServiceManager.resource_class

alias of Service

Previous topic

Security_groups

Next topic

Virtual_interfaces

This Page