Previous topic

The cinder.scheduler.host_manager Module

Next topic

The cinder.scheduler.rpcapi Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Cinder 2011.2 docs or all OpenStack docs too.

The cinder.scheduler.manager Module

Scheduler Service

class SchedulerManager(scheduler_driver=None, *args, **kwargs)

Bases: cinder.manager.Manager

Chooses a host to create volumes

RPC_API_VERSION = '1.0'
get_host_list(context)

Get a list of hosts from the HostManager.

get_service_capabilities(context)

Get the normalized set of capabilities for this zone.

update_service_capabilities(context, service_name=None, host=None, capabilities=None, **kwargs)

Process a capability update from a service node.