Simple Scheduler
Bases: nova.scheduler.chance.ChanceScheduler
Implements Naive Scheduler that tries to find least loaded host.
Picks a host that is up and has the fewest volumes.
Picks a host that is up and has the fewest running instances.
Picks a host that is up and has the fewest networks.