3b88d50820
- Checks for errors and retries creating/updating alarms which fixes the bug, by removing the need to have a dictionary for alarms. - Included a get_alarm_id function. - Refactored the update and create alarm functions. - Updated and included the relevant tests for this. - Include a reno for the bug fix. Change-Id: I7e998bc8cb55f9ef7564464fcd4eded06643e1eb Closes-Bug: #1677597
9 lines
358 B
YAML
9 lines
358 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes 'bug 1677597 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1677597'
|
|
Refactored the update_alarm and create_alarm functions to allow for error
|
|
checking by introducing a update_or_create_alarm function. This allows
|
|
retrying updating or creating alarms if they fail. Also updated the
|
|
corresponding tests.
|