The Filter Scheduler
(nova.scheduler.filter_scheduler.FilterScheduler
)
is the default scheduler for scheduling virtual machine
instances. It supports filtering and weighting to make
informed decisions on where a new instance should be
created. You can use this scheduler to schedule compute
requests but not volume requests. For example, you can use
it with only the
compute_scheduler_driver
configuration option.