]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add expected IDs to router.interface.* notifications
authorEoghan Glynn <eglynn@redhat.com>
Tue, 26 Mar 2013 16:27:05 +0000 (16:27 +0000)
committerEoghan Glynn <eglynn@redhat.com>
Thu, 4 Apr 2013 15:17:49 +0000 (16:17 +0100)
commit1daf927c9df046c17a8c3f07350f60cf488a4215
tree9be3bc9c14046ae2f113606934964e61881a9fc1
parent2ac053e9cfbb30fe4e077f9d802325dfbe48b671
Add expected IDs to router.interface.* notifications

Fixes bug 1160431

The router.interface.{create|delete} notifications are intended to be
consumed by ceilometer, but did not include the router or tenant IDs
in the RPC message payload. Ceilometer requires both these data for
metering purposes.

The missing UUIDs are now provided in the notifications.

Change-Id: I1ca6e1d5377100a0549293e0bdff0182711c750f
quantum/db/l3_db.py
quantum/tests/unit/test_l3_plugin.py