cells: remove deprecated mute_weight_value option

message:
    cells: remove deprecated mute_weight_value option

    This option was deprecated in Kilo and marked for removal in Liberty, so
    let's remove it.

    DocImpact: Removed deprecated cells.mute_weight_value config option.

Change-Id: Iab20da70840ccf243fffcb1fe225d85f253a86bf
closes-Bug: #1466287
This commit is contained in:
Watt.p 2015-07-24 10:53:50 +08:00
parent fe57af5fb3
commit 53ce59210e
2 changed files with 1 additions and 19 deletions

View File

@ -242,15 +242,7 @@ rabbit_virtual_host=cell1_vhost</programlisting></para>
Options include
<option>mute_weight_multiplier</option>
(multiplier for mute children; value
should be negative) and
<option>mute_weight_value</option>
(assigned to mute children; should be
a positive value).</para>
<warning><para>The
<option>mute_weight_value</option> is
deprecated, use
<option>mute_weight_multiplier</option>
instead.</para></warning>
should be negative).</para>
</listitem>
<listitem>
<para><literal>ram_by_instance_type</literal>.

View File

@ -979,16 +979,6 @@ weight_of_unavailable = -10000.0</programlisting>
some time). Use a negative, floating-point
value.</td>
</tr>
<tr valign="top">
<td>[cells]</td>
<td><literal>mute_weight_value</literal> (deprecated)</td>
<td>Weight value assigned to mute children. Use a
positive, floating-point value with a maximum
of '1.0'.
This option is deprecated, use
<literal>mute_weight_multiplier</literal> instead.
</td>
</tr>
<tr valign="top">
<td>[cells]</td>
<td><literal>offset_weight_multiplier</literal></td>