File: support-fatal-deprecations-ea0513aa58a395ca.yaml

package info (click to toggle)
python-oslo.config 1%3A10.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,316 kB
  • sloc: python: 11,117; sh: 44; makefile: 35
file content (13 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (5)
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.