oslo.config/releasenotes/notes/show-deprecated-reason-361a8eb31e05c97e.yaml
Doug Hellmann 12fd34b963 add deprecation_reason to log message
When we log the warning that an option is deprecated for removal,
include the reason if we have one. Previously the deprecation reason was
only visible in the sample configuration file.

Add some tests for the log messages emitted when deprecated options are
used.

Change-Id: I5e309a3651041580fdf529ff31e18bbd90714f35
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-04-25 11:01:42 -04:00

5 lines
179 B
YAML

---
features:
- |
When a deprecated option is used, the message warning that the option is
deprecated now includes the reason for the deprecation, if there is one given.