Comment 2 for bug 1442613

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

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

commit b1b7c8056ed160f33bd9ee0149ec4c7b3b4c4972
Author: ZhiQiang Fan <email address hidden>
Date: Sat Apr 11 01:09:27 2015 +0800

    fix combination alarm with operator == 'or'

    if combination alarm's operator is 'or', then when evaluating it,
    its state should be 'alarm' as long as there is one depended alarm
    is triggered.

    Change-Id: I87cc29c7556598a937aaea8abc745f4ceaca0531
    Closes-Bug: #1442613