Comment 2 for bug 1276761

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

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

commit 0365edfa5fcdae079a7569df96d625b05f468337
Author: Harri Hämäläinen <email address hidden>
Date: Fri Feb 7 13:53:42 2014 +0200

    Fixes invalid key in Neutron notifications

    The tenant id in notifications is read from variable _context_tenant_id rather
    than tenant_id. This caused KeyErrors when updating floating IPs.

    Change-Id: I883e049f28cd8de6d46a622572832bdbf382de24
    Closes-Bug: 1276761