The nova.scheduler.simple Module

Simple Scheduler - for Volumes

Note: Deprecated in Folsom. Will be removed along with nova-volumes

class SimpleScheduler

Bases: nova.scheduler.chance.ChanceScheduler

Implements Naive Scheduler that tries to find least loaded host.

schedule_create_volume(context, volume_id, snapshot_id, reservations)

Picks a host that is up and has the fewest volumes.

schedule_run_instance(context, request_spec, admin_password, injected_files, requested_networks, is_first_time, filter_properties)

Previous topic

The nova.scheduler.scheduler_options Module

Next topic

The nova.service Module

This Page