Correct incorrect uses of "weight" and "weighting"
Also made some other edits to back-end versus back end Back end is the thing, and back-end is the adjective Closes-Bug: #1335423 Change-Id: I09fcf289788630b6f016aa5ee373068401c762cf Author: Diane Fleming dfleming@austin.rr.com
This commit is contained in:
committed by
Diane Fleming
parent
a70c78e269
commit
95c9b4c011
@@ -89,18 +89,17 @@
|
||||
<varlistentry>
|
||||
<term>scheduler_weight_classes</term>
|
||||
<listitem>
|
||||
<para>Weight classes the cells scheduler
|
||||
should use. By default, uses
|
||||
"<literal>nova.cells.weights.all_weighers</literal>"
|
||||
<para>Weight classes that the scheduler for cells uses. By default, uses
|
||||
<literal>nova.cells.weights.all_weighers</literal>
|
||||
to map to all cells weight algorithms
|
||||
(weighers) included with Compute.</para>
|
||||
included with Compute.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>ram_weight_multiplier</term>
|
||||
<listitem>
|
||||
<para>Multiplier used for weighing ram.
|
||||
Negative numbers mean you want Compute to
|
||||
<para>Multiplier used to weight RAM.
|
||||
Negative numbers indicate that Compute should
|
||||
stack VMs on one host instead of spreading
|
||||
out new VMs to more hosts in the cell. The
|
||||
default value is 10.0.</para>
|
||||
@@ -207,7 +206,7 @@ rabbit_virtual_host=cell1_vhost</programlisting></para>
|
||||
<varlistentry>
|
||||
<term><option>scheduler_filter_classes</option></term>
|
||||
<listitem>
|
||||
<para>. Specifies the list of filter classes. By
|
||||
<para>List of filter classes. By
|
||||
default
|
||||
<option>nova.cells.weights.all_filters</option>
|
||||
is specified, which maps to all cells filters
|
||||
@@ -218,11 +217,11 @@ rabbit_virtual_host=cell1_vhost</programlisting></para>
|
||||
<varlistentry>
|
||||
<term><option>scheduler_weight_classes</option></term>
|
||||
<listitem>
|
||||
<para>Specifies the list of weight classes. By
|
||||
<para>List of weight classes. By
|
||||
default
|
||||
<option>nova.cells.weights.all_weighers</option>
|
||||
is specified, which maps to all cell weight
|
||||
algorithms (weighers) included with Compute.
|
||||
algorithms included with Compute.
|
||||
The following modules are available:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
||||
Reference in New Issue
Block a user