]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Call unbind_snat_servicenode from schedule router
authorMichael Smith <michael.smith6@hp.com>
Tue, 2 Sep 2014 17:07:04 +0000 (17:07 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Mon, 8 Sep 2014 23:36:19 +0000 (23:36 +0000)
commit671e3ffa468974bf3b52f787e865eba2b6c97ffe
tree38fa4403d9e631d5d894397ac456be529b1a5441
parentf31a56a06c01adecfeaa679b49243c24accb65d1
Call unbind_snat_servicenode from schedule router

Refactor to move the call to plugin.unbind_snat_servicenode from
schedule_snat_router to _schedule_router.  This is a move to pave the
way for removing hints from schedule router.

Partial-bug: #1353266
Partial-bug: #1356639
Co-Authored-By: Swaminathan Vasudevan <swaminathan.vasudevan@hp.com>
Change-Id: I062d8cc3cb870bbaa033d5b107a7dd868dfafa19
neutron/db/l3_dvrscheduler_db.py
neutron/scheduler/l3_agent_scheduler.py
neutron/tests/unit/test_l3_schedulers.py