Comment 6 for bug 1304419

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

Reviewed: https://review.openstack.org/86515
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=98acce568f45cb94c2a5bb2f1066598e8be285f1
Submitter: Jenkins
Branch: stable/havana

commit 98acce568f45cb94c2a5bb2f1066598e8be285f1
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)