Scheduler that allows routing some calls to one driver and others to another.
Bases: nova.scheduler.driver.Scheduler
A scheduler that holds multiple sub-schedulers.
This exists to allow flag-driven composibility of schedulers, allowing third parties to integrate custom schedulers more easily.