puppet-aodh/releasenotes/notes/coordination-aee30fff3b537d61.yaml
Takashi Kajinami 16091c8dd6 Use oslo::coordination to manage coordination parameters
This change replaces current implementation about coordination
parameters by oslo::coordination resource type, so that we can gather
all logics related to coordination in a single place.

Depends-on: https://review.opendev.org/791628
Change-Id: Id1a8ef196afe05d8e484c2a69ec92d6ebed7fbe2
2021-05-28 09:20:28 +09:00

16 lines
422 B
YAML

---
features:
- |
The new ``aodh::coordination`` class has been added.
upgrade:
- |
The ``aodh::evaluator`` class no longer adjust workers based on
the ``coordination_url`` parameter. Please set the corrdination backend
if multiple workers are used.
deprecations:
- |
The ``aodh::evaluator::coordination_url`` parameter has been deprecated in
favor of the new ``aodh::coordination`` class.