]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix NVP plugin to send notifications for gateway-less subnets
authorarmando-migliaccio <amigliaccio@nicira.com>
Wed, 4 Sep 2013 20:11:43 +0000 (13:11 -0700)
committerarmando-migliaccio <amigliaccio@nicira.com>
Thu, 5 Sep 2013 00:53:54 +0000 (17:53 -0700)
commit3e00a45ff766e049951981614013a8d425fa34fd
treea96a0ecd536610838288a2e4d8028b8641c35a16
parent062ee16e09fb2ba7d89a80bdeb8de1eee978ac2e
Fix NVP plugin to send notifications for gateway-less subnets

It was noted that an update notification should be sent
regardless; this patch addresses that. Since there is
no longer the need to distinguish on whether to send
the RPC message or not, the operation has been factored
out to avoid code duplication.

Closes-Bug: 1220881

Change-Id: If553a84b7221f8c98d758654d317217a909c43dc
neutron/plugins/nicira/dhcp_meta/rpc.py
neutron/tests/unit/nicira/test_agent_scheduler.py
neutron/tests/unit/openvswitch/test_agent_scheduler.py