Comment 5 for bug 1304419

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ceilometer (stable/icehouse)

Reviewed: https://review.openstack.org/92048
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=82eed262144546d145bed465a23edd189578e815
Submitter: Jenkins
Branch: stable/icehouse

commit 82eed262144546d145bed465a23edd189578e815
Author: ZhiQiang Fan <email address hidden>
Date: Wed Apr 9 06:27:28 2014 +0800

    Disable specifying alarm itself in combination rule

    Currently, update combination alarm can specify itself in alarm_ids,
    however, that will cause endless loop when evaluating this alarm.

    This patch adds a check to disable such behavior.

    Change-Id: I63b465c59fe39206ae04b0736482d1ffd7bf59c4
    Closes-Bug: #1304419
    (cherry picked from commit de8176fa736ffa9c4d6b0a57a8db2f58083f124a)