ironic/releasenotes/notes/classic-drivers-deprecation-de464065187d4c14.yaml
Sharpz7 949387bd80 [codespell] Fixing Spelling Mistakes
This is the first in a series of commits to add support for codespell. This is continuning the process completed in ironic-python-agent.

Future Commits will add a Tox Target, CI support and potentially a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame.

Change-Id: Id328ff64c352e85b58181e9d9e35973a8706ab7a
2024-02-12 19:58:56 +00:00

15 lines
645 B
YAML

---
deprecations:
- |
The classic drivers, as well as the ``enabled_drivers`` configuration
option, are now deprecated and may be removed in the Rocky release.
A deprecation warning will be logged for every loaded classic driver.
Check `the migration guide
<https://docs.openstack.org/ironic/latest/admin/upgrade-to-hardware-types.html>`_
for information on how to update your nodes.
.. note::
Check `the classic drivers future specification
<http://specs.openstack.org/openstack/ironic-specs/specs/approved/classic-drivers-future.html>`_
for technical information behind this deprecation.