puppet-nova/releasenotes/notes/nova-scheduler-filter-prefix-b3753153ab9e0f87.yaml
Tobias Urdin 0cf7b86bc9 Deprecate parameters with scheduler_ prefix in nova::scheduler::filter
Add new parameters that doesn't have the scheduler_ prefix and
deprecate the ones that has it.

Change-Id: Idf97c5617e24ac1ce20e08bf6161a7a26f39abe7
2023-09-15 14:05:41 +00:00

9 lines
391 B
YAML

---
deprecations:
- |
The ``scheduler_host_subset_size``, ``scheduler_available_filters``,
``scheduler_enabled_filters`` and ``scheduler_weight_classes`` in the
nova::scheduler::filter class is deprecated in favor of the same parameters
without the ``scheduler_`` prefix, that is ``host_subset_size``,
``available_filters``, ``enabled_filters`` and ``weight_classes``.