The nova.scheduler.chance Module

Chance (Random) Scheduler implementation

class ChanceScheduler

Bases: nova.scheduler.driver.Scheduler

Implements Scheduler as a random node selector.

select_destinations(context, spec_obj)

Selects random destinations.

Previous topic

The nova.scheduler.caching_scheduler Module

Next topic

The nova.scheduler.client.query Module

Project Source

This Page