diff --git a/doc/config-reference/compute/section_compute-scheduler.xml b/doc/config-reference/compute/section_compute-scheduler.xml index 135caa1bc6..3e595c1942 100644 --- a/doc/config-reference/compute/section_compute-scheduler.xml +++ b/doc/config-reference/compute/section_compute-scheduler.xml @@ -12,7 +12,7 @@ Scheduling Compute uses the nova-scheduler service to determine how to - dispatch compute and volume requests. For example, the + dispatch compute requests. For example, the nova-scheduler service determines on which host a VM should launch. In the context of filters, the term host means @@ -22,7 +22,7 @@ Compute is configured with the following default scheduler options in the /etc/nova/nova.conf file: - scheduler_driver=nova.scheduler.multi.MultiScheduler + scheduler_driver_task_period = 60 scheduler_driver = nova.scheduler.filter_scheduler.FilterScheduler scheduler_available_filters = nova.scheduler.filters.all_filters