puppet-nova/releasenotes/notes/migrate-parameters-to-nova-scheduler-58e73aede02f712b.yaml
Takashi Kajinami 248deef18e Migrate scheduler-generic parameters to nova::scheduler
This patch migrates some parameters from nova::scheduler::filter to
nova::scheduler, because these are parameters to determine behavior of
nova-scheduler, and not specific to scheduler filters.

Note that the default value for max_attempts parameter has been changed
from 3 to $::os_service_default, because its default is defined as 3 in
nova implementation.

Change-Id: Ic74e1fdb4adf9f954b6e58343050c5e166d40889
2020-10-01 02:44:28 +00:00

12 lines
458 B
YAML

---
deprecations:
- |
The following parmaeters in the ``nova::scheduler::filter`` class have been
deprecated and will be removed in a future release. Use the new parameters
in the ``nova::scheduler`` class.
- ``nova::scheduler::filter::scheduler_max_attempts`` is replaced by
``nova::scheduler::max_attempts``
- ``nova::scheduler::filter::periodic_task_interval`` is replaced by
``nova::scheduler::periodic_task_interval``