Comment 4 for bug 1325172

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

Reviewed: https://review.openstack.org/130341
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=28f502751fe1f2ca9646f26f7a10a718ecf4ee2b
Submitter: Jenkins
Branch: stable/icehouse

commit 28f502751fe1f2ca9646f26f7a10a718ecf4ee2b
Author: Mehdi Abaakouk <email address hidden>
Date: Fri Jul 25 17:26:49 2014 +0200

    Fix listener for update.start notifications

    When listening for update.start, ceilometer-notification-agent
    will raise a KeyError exception. This is because, the "id" in notification
    message is in message['payload'] not the message['payload'][resource].

    Backport note, squashed with dependent patch:

      Don't override the original notification message
      (commit 4292ebd9d409a09b1e1f276ed447c82317cd14de)

    Change-Id: I6dd56fbf31c29e26670068004f6fc935b91266f0
    (cherry picked from commit 658b89941299370db67b34e8b26750f00c013ca9)
    Closes-Bug: #1325172