]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove duplicate for check_ports_exist_on_l3agent
authorOleg Bondarev <obondarev@mirantis.com>
Wed, 9 Dec 2015 14:58:14 +0000 (17:58 +0300)
committerOleg Bondarev <obondarev@mirantis.com>
Mon, 11 Jan 2016 15:36:38 +0000 (18:36 +0300)
commit56eb877d250794a38bcf4f6b94aee1add4723ae0
treecc1791bdcadae565af1fd8183d2499f578971d6d
parente811983b2db95b5015ed5b73053322f8a363fed5
Remove duplicate for check_ports_exist_on_l3agent

This removes check_ports_on_host_and_subnet which mostly duplicates what
check_ports_exist_on_l3agent is doing.
Also rename check_ports_exist_on_l3agent to check_dvr_serviceable_ports_on_host
for more clarity.

Closes-Bug: #1524291
Change-Id: Ie02c68279c2bbafffc7be4d9a81fe25a0e983d58
neutron/db/l3_agentschedulers_db.py
neutron/db/l3_dvr_db.py
neutron/db/l3_dvrscheduler_db.py
neutron/tests/unit/db/test_agentschedulers_db.py
neutron/tests/unit/db/test_l3_dvr_db.py
neutron/tests/unit/scheduler/test_l3_agent_scheduler.py