The cinder.scheduler.rpcapi Module
The cinder.service Module
Enter search terms or a module, class or function name.
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.
Simple Scheduler
Bases: cinder.scheduler.chance.ChanceScheduler
Implements Naive Scheduler that tries to find least loaded host.
Picks a host that is up and has the fewest volumes.