summaryrefslogtreecommitdiff
path: root/releasenotes/notes/support-fatal-deprecations-ea0513aa58a395ca.yaml
blob: 0073f8a790090503ec809b508e4956e4a8b7721c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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.