Files
watcher/releasenotes/notes/deprecate-noisy-neighbor-strat-7da910837ae8fa80.yaml
Douglas Viroel 17d1cf535a Deprecated Noisy Neighbor strategy
Noisy neighbor strategy is a proof of concept strategy that was
built based on LLC metric, which is not available in Nova since
Victoria release[1].
This patch marks this strategy as deprecated, to be removed in
future releases.

[1] https://docs.openstack.org/releasenotes/nova/victoria.html#relnotes-22-0-0-unmaintained-victoria-upgrade-notes

Change-Id: I940b88555007312c76a86706bd44a38fbcf7701e
2025-05-12 15:44:39 -03:00

7 lines
283 B
YAML

---
deprecations:
- |
Noisy Neighbor strategy is deprecated and will be removed in a future release.
This strategy relies on Last Level Cache metrics that are not available in Nova
since `Victoria release <https://docs.openstack.org/releasenotes/nova/victoria.html>`_.