summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/support-fatal-deprecations-ea0513aa58a395ca.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/support-fatal-deprecations-ea0513aa58a395ca.yaml b/releasenotes/notes/support-fatal-deprecations-ea0513aa58a395ca.yaml
new file mode 100644
index 0000000..0073f8a
--- /dev/null
+++ b/releasenotes/notes/support-fatal-deprecations-ea0513aa58a395ca.yaml
@@ -0,0 +1,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.