Files
puppet-cloudkitty/releasenotes/notes/orchestrator-2f9ead1187266db8.yaml
Takashi Kajinami bd9098ec87 Support more [orchestrator] parameters
This change introduces a separate new class to manage [orchestrator]
parameters. The max_workers parameter in the processor class is
deprecated in favor of that new class.

Change-Id: Icd30923802064aec6a3ae9716b2ae30665998aae
2022-02-13 21:20:15 +09:00

10 lines
258 B
YAML

---
features:
- |
The new ``cloudkitty::orchestrator`` class has been added.
deprecations:
- |
The ``cloudkitty::processor::max_workers`` parameter has been deprecated
in favor of the new ``cloudkitty::orchestrator::max_workers`` parameter.