Comment 5 for bug 1570468

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

Reviewed: https://review.openstack.org/312025
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=6292e0e42b8d4602e08a876a53141c3ddbdcbb58
Submitter: Jenkins
Branch: stable/mitaka

commit 6292e0e42b8d4602e08a876a53141c3ddbdcbb58
Author: Kirill Bespalov <email address hidden>
Date: Wed Apr 20 17:23:02 2016 +0300

    Fix notification listeners usage

    Closes-Bug: #1570468

    Create the single notification pipeline listener and to aggregate
    targets and endpoints in it.

    In this implementation the incoming notification msg will be dispatched
    in a relevant endpoint by its own filter rule based on publisher id
    of a notifier, which sent this message.

    Each pipeline notifier has a conforming publisher id based on
    a pipeline name in which it to produce messages.

    Change-Id: If8c1c6838fd291ef8dbdd4d27c78fe5a36522178
    (cherry picked from commit 726b2d4d67ada3df07f36ecfd81b0cf72881e159)