Fix markup of section_compute-cells.xml
The markup in the variablelist was inconsistent, some <term> used <option>, others not. Use <term><option> everywhere. Change-Id: Idc20b61374341a2cb69474cdacbe8912c358b4a5
This commit is contained in:
parent
056398f678
commit
c8c42fd56b
@ -78,7 +78,7 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>scheduler_filter_classes</term>
|
||||
<term><option>scheduler_filter_classes</option></term>
|
||||
<listitem>
|
||||
<para>Filter classes that the cells scheduler
|
||||
should use. By default, uses
|
||||
@ -88,7 +88,7 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>scheduler_weight_classes</term>
|
||||
<term><option>scheduler_weight_classes</option></term>
|
||||
<listitem>
|
||||
<para>Weight classes that the scheduler for cells uses. By default, uses
|
||||
<literal>nova.cells.weights.all_weighers</literal>
|
||||
@ -97,7 +97,7 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>ram_weight_multiplier</term>
|
||||
<term><option>ram_weight_multiplier</option></term>
|
||||
<listitem>
|
||||
<para>Multiplier used to weight RAM.
|
||||
Negative numbers indicate that Compute should
|
||||
|
Loading…
Reference in New Issue
Block a user