]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
DVR: Rename dvr_vmarp_table_update
authorSwaminathan Vasudevan <swaminathan.vasudevan@hp.com>
Sat, 5 Dec 2015 01:06:01 +0000 (17:06 -0800)
committerSwaminathan Vasudevan <swaminathan.vasudevan@hp.com>
Fri, 8 Jan 2016 17:53:23 +0000 (17:53 +0000)
commit6960cc133c9ebac3ca356a2058230674562d5615
tree5fff68726f303d56bfaaadb6637c84c5f2d90f55
parent70cd83daf2a201705d1eb13dfd0786622312e2fa
DVR: Rename dvr_vmarp_table_update

This dvr_vmarp_table_update is not only used to update
the arp entry for the VM ports, but also for other
DVR service ports.

So the function name is kind of misleading and hence
changing it to an appropriate name that fits its function.

Change-Id: I6d5b0b717dcff964a514c83b0cd60b044411f0db
neutron/db/l3_dvr_db.py
neutron/db/l3_dvrscheduler_db.py
neutron/tests/unit/db/test_l3_dvr_db.py
neutron/tests/unit/scheduler/test_l3_agent_scheduler.py