Comment 3 for bug 1304419

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

Reviewed: https://review.openstack.org/86181
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=de8176fa736ffa9c4d6b0a57a8db2f58083f124a
Submitter: Jenkins
Branch: master

commit de8176fa736ffa9c4d6b0a57a8db2f58083f124a
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