nova/releasenotes/notes/deprecate-fatal-exception-format-errors-a5d2bf64e3404c39.yaml
Markus Zoeller 6919b25ce0 deprecate config option "fatal_exception_format_errors"
The config option "fatal_exception_format_errors" got introduced purely
for testing purposes with commit 2e80b297. This isn't an option the ops
would change from it's default value.
This change deprecates the option. When this option gets removed in the
future, we can hardcode that wrong formats should be fatal by default,
as it is already set today in "nova/conf_fixture.py".

Change-Id: I184b1b1cbd85f136cee120965e38e2ef87bb66ff
2016-05-18 14:29:39 +02:00

6 lines
297 B
YAML

---
deprecations:
- The ``fatal_exception_format_errors`` config option is now deprecated and
may be removed as early as the 15.0.0 release. It is an option which was
only relevant for Nova internal testing purposes to ensure that errors in
formatted exception messages got detected.