74d239d4eb
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
13 lines
545 B
YAML
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.
|
|
|