summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-12-14 12:06:38 +0000
committerGerrit Code Review <review@openstack.org>2021-12-14 12:06:38 +0000
commita3e5aacc0b72037685e428e0c9d0356dac8718ad (patch)
treecc94db6bd965a7c0ad81f3e028b7946d07ce345e /releasenotes
parentd8c0abee7eee0db3af6c4ca29f35d8dcc36cf0b7 (diff)
parentec5b90e98f605626ec766e3f8b823044e34ddc2d (diff)
downloadceilometer-a3e5aacc0b72037685e428e0c9d0356dac8718ad.tar.gz
Merge "Fix ignored [notification] batch_size"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecate-notification-batch_size-b739264a223d279d.yaml5
-rw-r--r--releasenotes/notes/fix-notification-batch-9bb42cbdf817e7f9.yaml7
2 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-notification-batch_size-b739264a223d279d.yaml b/releasenotes/notes/deprecate-notification-batch_size-b739264a223d279d.yaml
new file mode 100644
index 00000000..b11ba414
--- /dev/null
+++ b/releasenotes/notes/deprecate-notification-batch_size-b739264a223d279d.yaml
@@ -0,0 +1,5 @@
+---
+deprecations:
+ - |
+ The ``[notification] batch_size`` parameter has been deprecated.
+ The parameter has not used since the Stein release.
diff --git a/releasenotes/notes/fix-notification-batch-9bb42cbdf817e7f9.yaml b/releasenotes/notes/fix-notification-batch-9bb42cbdf817e7f9.yaml
new file mode 100644
index 00000000..0fa04c7b
--- /dev/null
+++ b/releasenotes/notes/fix-notification-batch-9bb42cbdf817e7f9.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ The ``[notification] batch_size`` parameter now takes effect to enable
+ batch processing of notifications. The ``[notification] batch_timeout``
+ parameter has been restored at the same time to determine how much and
+ how long notifications are kept.