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.
-