Files
puppet-mistral/releasenotes/notes/coordination-6da1ae2202029007.yaml
Takashi Kajinami 298c6ec174 Use oslo::coordination to manage coordination parameters
This change replaces current implementation to manage coordination
parameters by the base class in puppet-oslo. With this change
the required backend package is installed according to the backend
driver used.

Depends-on: https://review.opendev.org/791628
Change-Id: I5c2653475bbbf6dc0a9ce795958fd884bcdf13e8
2021-07-06 20:38:08 +09:00

13 lines
304 B
YAML

---
features:
- |
The new ``mistral::coordination`` class has been added.
deprecations:
- |
The following parameters have been deprecated in favor of the new
``mistral::coordination`` class.
- ``mistral::coordination_backend_url``
- ``mistral::coordination_heartbeat_interval``