nova/releasenotes/notes/remove-customer-filters-95ab8c7a3aff058d.yaml
Stephen Finucane 9d53f366ff conf: Drop '[scheduler] periodic_task_interval'
As the help text for this option stated:

  Currently there are no in-tree scheduler driver [sic] that use this
  option.

Now that we no longer support out-of-tree drivers, it's time to remove
this. Do so.

Change-Id: Ib40c25db2c16373677ff32e4e95292fbab498751
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-02-09 17:26:25 +00:00

15 lines
670 B
YAML

---
upgrade:
- |
Support for custom scheduler drivers, deprecated since the 21.0.0 (Ussuri)
release, has been removed. The default ``filter_scheduler`` is now
considered performant enough to suit all use cases. Users with specific
requirements that they feel are not met by the filter scheduler should
contact the nova developers to discuss their issue.
- |
The ``[scheduler] scheduler_driver`` config option has been removed, along
with the ``nova.scheduler.driver`` setuptools entrypoint.
- |
The ``[scheduler] periodic_task_interval`` config option has been removed.
It was no longer used by any supported scheduler drivers.