puppet-octavia/releasenotes/notes/deprecate-health_manage-workers-e7fa2378afed538d.yaml
Takashi Kajinami cffdaec795 [health_manager] Allow tuning individual threads
This change allows users to tune health_update_threads and
stats_update_threads separately, instead of enforcing the same value
for these two parameters.

The workers parameter, to determine the common value for these two
parameters, has been deprecated in favor of the new separate
parameters.

Change-Id: I4fda43e1742795b98be4f15f960816644900217c
2022-02-23 03:48:24 +00:00

7 lines
204 B
YAML

---
deprecations:
- |
The ``octavia::health_manager::workers`` parameter has been deprecated.
Use the ``health_update_threads`` parameter and
the ``stats_update_threads`` parameter instead.