oslo.config/releasenotes/notes/support-fatal-deprecations-ea0513aa58a395ca.yaml
Ben Nemec 5f8b0e0185 Optionally use oslo.log for deprecated opt logging
While we can't add a hard dependency on oslo.log because it uses
oslo.config, in most cases oslo.log will be installed anyway.  In
the interest of being able to make use of features like
fatal_deprecations in oslo.log, let's use it if it's available.

Change-Id: If9499aa6fc28a6b92447b3825d3ca1957cb2255a
2018-06-21 14:50:47 +00:00

14 lines
594 B
YAML

---
features:
- |
oslo.config now supports the fatal-deprecations option from oslo.log. This
behavior is only enabled if oslo.log is installed, but oslo.log is still
not a hard requirement to avoid a circular dependency.
upgrade:
- |
Because support for fatal-deprecations was added in this release, users who
have fatal-deprecations enabled and have deprecated config opts in use
(which previously was not a problem because oslo.config didn't respect the
fatal-deprecations option) will need to resolve that before upgrading or
services may fail to start.