def3d3d28e
Depends-On: I6a2ba35c80f9b24772771ee0b708370ebab14bdb Change-Id: Id391783c477627b69e434ae886bd0e5e18e57e23
9 lines
358 B
YAML
9 lines
358 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes 'bug 1677597 https://bugs.launchpad.net/collectd-openstack-plugins/+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.
|