Merge "Reference to volume scheduling removed from Compute section"

This commit is contained in:
Jenkins 2015-03-02 16:36:57 +00:00 committed by Gerrit Code Review
commit 892548453f

View File

@ -12,7 +12,7 @@
<title>Scheduling</title>
<para>Compute uses the <systemitem class="service"
>nova-scheduler</systemitem> service to determine how to
dispatch compute and volume requests. For example, the
dispatch compute requests. For example, the
<systemitem class="service">nova-scheduler</systemitem>
service determines on which host a VM should launch. In the
context of filters, the term <firstterm>host</firstterm> means
@ -22,7 +22,7 @@
<para>Compute is configured with the following default scheduler
options in the <filename>/etc/nova/nova.conf</filename>
file:</para>
<programlisting language="ini">scheduler_driver=nova.scheduler.multi.MultiScheduler
<programlisting language="ini">
scheduler_driver_task_period = 60
scheduler_driver = nova.scheduler.filter_scheduler.FilterScheduler
scheduler_available_filters = nova.scheduler.filters.all_filters