nova/releasenotes/notes/remove-retry-and-aggregate-filters-f872a85d0b815982.yaml
Lucian Petrut b0ebdf8602 Avoid invalid file name, preventing git clone on win32
A recent release note is preventing Nova from being cloned on
Windows since the file name contains pipes.

Change-Id: I373e31e3776e6733b00d5536982228b8bf97877d
2020-08-26 17:48:36 +03:00

22 lines
820 B
YAML

---
upgrade:
- |
The following deprecated scheduler filters have been removed.
RetryFilter
Deprecated in Train (20.0.0). The RetryFilter has
not been requied 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