aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorPradeep Kilambi <pkilambi@redhat.com>2017-06-02 16:12:27 +0000
committerPradeep Kilambi <pkilambi@redhat.com>2017-06-07 15:00:12 -0400
commit321ecf916f51443dbc139356b709f2b9fdd970a1 (patch)
treecc77da6833396d72867579ef35704c7177b37707 /releasenotes
parent3c98a1bc3f13c2b38fa2b34a1b4c9f8675773f32 (diff)
Fix the disable expirer to remove crontab
Instead of doing this via puppet which has the consequence of including the step_config and getting included on the host manifest. Lets disable via ansible upgrade task instead. Change-Id: I5f1a4019dd635dea67db4313bd06a228ae7bacd4
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/remove-ceilometer-cron-85362e197ba245a0.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-ceilometer-cron-85362e197ba245a0.yaml b/releasenotes/notes/remove-ceilometer-cron-85362e197ba245a0.yaml
new file mode 100644
index 00000000..7854fa5c
--- /dev/null
+++ b/releasenotes/notes/remove-ceilometer-cron-85362e197ba245a0.yaml
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - Ceilometer expirer is deprecated in pike. During upgrade, the crontab thats
+ configured with ceilometer user will be removed to ensure the expirer
+ script is not running.