The nova.scheduler.filter_scheduler Module¶
The FilterScheduler is for creating instances locally. You can customize this scheduler by specifying your own Host Filters and Weighing Functions.
-
class
FilterScheduler(*args, **kwargs)¶ Bases:
nova.scheduler.driver.SchedulerScheduler that can be used for filtering and weighing.
-
select_destinations(context, spec_obj)¶ Selects a filtered set of hosts and nodes.
-