aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-12 18:53:31 +0000
committerGerrit Code Review <review@openstack.org>2017-05-12 18:53:31 +0000
commitb7b886ab242145f56ba413cb88567e76e23cc464 (patch)
tree52db126b1d771dc162e78d515aeaf31ba3d956d0 /releasenotes
parent75584cb20bd15072b70a2d436bce789625506bd0 (diff)
parent66b39c2c21b6629222c0d212642156437119e977 (diff)
Merge "Deprecate Ceilometer Expirer"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecate-ceilometer-expirer-83b193a07631d89d.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-ceilometer-expirer-83b193a07631d89d.yaml b/releasenotes/notes/deprecate-ceilometer-expirer-83b193a07631d89d.yaml
new file mode 100644
index 00000000..9088f963
--- /dev/null
+++ b/releasenotes/notes/deprecate-ceilometer-expirer-83b193a07631d89d.yaml
@@ -0,0 +1,11 @@
+---
+upgrade:
+ - With expirer deprecated and disabled by default, there is an upgrade
+ impact here. If you had expirer enabled in ocata and you upgrade to
+ pike the expirer will not be enabled anymore. If you wish to use
+ expirer, ensure you include the ceilometer-expirer.yaml
+ to your upgrade deploy command. Also note that with collector
+ disabled, there is no need for expirer to be running.
+deprecations:
+ - Deprecate and turn off expirer service as collector. Without collector
+ and standard storage, expirer has no use.