ironic/releasenotes/notes/ironic-lib-deprecation-422f7ef145acb74f.yaml
Jay Faulkner 74d239d4eb Migrate ironic_lib to ironic
This migrates ironic-lib code and usages to code in ironic.common.
Relevant unit tests were migrated as well.

Also removes support for ironic-lib from CI and devstack.

Change-Id: Ic96a09735f04ff98c6fec23d782566da3061c409
2025-01-09 13:52:30 -08:00

13 lines
545 B
YAML

upgrade:
- The configuration option ``fatal_exception_format_errors`` has been removed
from the ``[DEFAULT]`` group.
- The ironic-lib library has been retired and is no longer required for
operation of Ironic.
deprecations:
- The configuration option ``fatal_exception_format_errors`` is deprecated
from ``[ironic_lib]`` group and should be migrated to the
``[errors]/fatal_exception_format_errors``.
The old location ``[ironic_lib]/fatal_exception_format_errors`` will be
respected during the deprecation period.