]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix InvalidRequestError in auto_schedule_routers
authorarmando-migliaccio <armamig@gmail.com>
Fri, 22 Aug 2014 15:21:09 +0000 (08:21 -0700)
committerArmando Migliaccio <armamig@gmail.com>
Wed, 27 Aug 2014 05:11:53 +0000 (05:11 +0000)
commitfa0abeb043c2f66c537e43a8ea7181f648c71d33
tree215e8a4d587896384653e8e286a1b7e5f5c456bf
parentdaa619c02f3da25a2dfedebf3031b6af9a51931c
Fix InvalidRequestError in auto_schedule_routers

This was discussed in review [1], and was deferred until the time was ripe
for the appropriate fix. As suggested and reported, auto_schedule_routers
is too affected by this error.

This patch takes care of the issue, in a similar way.

[1] - https://review.openstack.org/#/c/112740/

Related-bug: #1354072
Closes-bug: #1360104

Change-Id: Ie3cb0c31dfa571c694cd38e19f72ff8503815635
neutron/scheduler/l3_agent_scheduler.py
neutron/tests/unit/test_l3_schedulers.py