puppet-barbican/releasenotes/notes/retry_scheduler-10734512c1553e64.yaml
Takashi Kajinami 0d4580b27d Create a separate class for [retry_scheduler] parameters
This change adds an independent class for [retry_scheduler] parameters,
because these parameters are used not by the api service but the retry
daemon.

Currently no distro provides a package to install the service so
the new class only set parameters, which is incomplete. This will be
fixed once the packaging issue is resolved.

Change-Id: Ib8b649c2e5ac5fee5e5a3bd52caeb21780fc1f61
2022-03-14 09:39:01 +09:00

13 lines
347 B
YAML

---
features:
- |
The new ``barbican::retry_scheduler`` class has been added.
deprecations:
- |
The following parameters of the ``barbican`` class have been deprecated in
favor of the new ``barbican::retry_scheduler`` class.
- ``retry_scheduler_initial_delay_seconds``
- ``retry_scheduler_periodic_interval_max_seconds``