]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
DVR: Notify specific agent when update floatingip
authorchangzhi <changzhi@unitedstack.com>
Thu, 20 Aug 2015 13:40:42 +0000 (21:40 +0800)
committerchangzhi <changzhi@unitedstack.com>
Fri, 16 Oct 2015 15:34:47 +0000 (23:34 +0800)
commit52e91f48f2327b47f126893f9cb12f153380a9a6
treece49b3af93f9cbe65f46c5a02c4ccf53ad45d1dc
parent7cc0f25e1ae2aa79ba2e2916aa4fecadf947abac
DVR: Notify specific agent when update floatingip

The L3 agent was determined when update floatingip.
So notify the specific agent rather than notify all agents.
This will save some RPC resources. This is only for DVR routers.
Legacy and HA routers notify only the relevant agents.

Partial-Bug: #1486828
Change-Id: I12f61afdfaa944bc4b659cec61a8b5ff8c66ae76
Co-Authored-By: Oleg Bondarev <obondarev@mirantis.com>
neutron/db/l3_dvr_db.py
neutron/tests/functional/services/l3_router/test_l3_dvr_router_plugin.py