6314f09ed4
this change fixes the typos in the releasenotes """ codespell --ignore-words=doc/dictionary.txt -i 3 -w releasenotes/ """ Change-Id: I29cd5268cd129b194c43a9f6b08a2b7b1c254b65
22 lines
821 B
YAML
22 lines
821 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The following deprecated scheduler filters have been removed.
|
|
|
|
RetryFilter
|
|
Deprecated in Train (20.0.0). The RetryFilter has
|
|
not been required since Queens following the completion of the
|
|
return-alternate-hosts blueprint
|
|
|
|
Aggregatefilter, AggregateRAMFilter, AggregateDiskFilter
|
|
Deprecated in Train (20.0.0). These filters have not worked
|
|
correctly since the introduction of placement in ocata.
|
|
|
|
On upgrade operators should ensure they have not configured
|
|
any of the new removed filters and instead should use placement
|
|
to control cpu, ram and disk allocation ratios.
|
|
|
|
Refer to the `config reference documentation`__ for more information.
|
|
|
|
.. __: https://docs.openstack.org/nova/latest/admin/configuration/schedulers.html#allocation-ratios
|