ironic/releasenotes/notes/use-ironic-lib-exception-4bff237c9667bf46.yaml
Riccardo Pittau f5dbf8ba0c Switch to use exception from ironic-lib
The exception modules in ironic and ironic-lib contain the same
almost identical class IronicException.
With this patch we directly use the one in ironic-lib.

Updating requirements and lower-constraints to use compatible
version of ironic-lib.

Also deprecating duplicated fatal_exception_format_errors
option.

Change-Id: I1ce0d12d912020346425fd658d3b1807607455a4
Story: 1626578
Task: 10515
2019-06-11 12:03:44 +02:00

10 lines
325 B
YAML

---
deprecations:
- The configuration option ``[DEFAULT]/fatal_exception_format_errors`` is now
deprecated.
Please use the configuration option
``[ironic_lib]/fatal_exception_format_errors`` instead.
other:
- Use the module exception from ironic-lib.
Update ironic-lib minimum version required to 2.17.1.