Bug 1590083
| Summary: | Remove event_time_to_live parameter because the parameter was removed from ceilometer in RHOSP12. | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Keigo Noha <knoha> |
| Component: | puppet-ceilometer | Assignee: | Mehdi ABAAKOUK <mabaakou> |
| Status: | CLOSED ERRATA | QA Contact: | Sasha Smolyak <ssmolyak> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 12.0 (Pike) | CC: | augol, jjoyce, jschluet, mabaakou, slinaber, tvignaud |
| Target Milestone: | Upstream M1 | Keywords: | Triaged, ZStream |
| Target Release: | 14.0 (Rocky) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | puppet-ceilometer-13.3.1-0.20180828165753.e2a8ca8.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-01-11 11:50:06 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
This option is just ignored by ceilometer, so this is not a big deal. I push a fix for OSP14 Hello Mehdi, Thank you for your work on this bugzilla. The upstream gerrit changed to Merged. Could you consider to backport the patch into RHOSP13? Best Regards, Keigo Noha There is no need to backport this, this is not a bug or a RFE, but a configuration left over. Having it set into the configuration doesn't break anything. No more event_time_to_live parameter in ceilometer.conf Verified Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2019:0045 |
Description of problem: Remove event_time_to_live parameter because the parameter was removed from ceilometer in RHOSP12. Current puppet-ceilometer contains event_time_to_live parameter for ceilometer.conf. But openstack-ceilometer in RHOSP12 doesn't have the parameter in its source code. Actually, event storage API was removed by the commit. ~~~ commit 8d23f431ab0bd638edbf2197e56bea68d7b06a21 Author: Julien Danjou <julien> Date: Mon Dec 12 19:06:30 2016 +0100 Remove events storage and API This now has been moved to Panko. Change-Id: I179eb0d436752e3bb8abaed714664cf74f5615e6 ~~~ puppet-ceilometer should align to the current openstack-ceilometer implementation. Version-Release number of selected component (if applicable): Current How reproducible: Everytime Steps to Reproduce: 1. 2. 3. Actual results: ceilometer.conf contains event_time_to_live parameter. Expected results: ceilometer.conf doesn't contain event_time_to_live parameter. Additional info: