]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix 500 error during router-update for dvr routers
authorarmando-migliaccio <armamig@gmail.com>
Tue, 5 Aug 2014 15:56:23 +0000 (08:56 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Tue, 5 Aug 2014 15:56:37 +0000 (08:56 -0700)
commitc5e186f466a4347b72868db8adbde9450215f107
tree48da254bd1728c62934c66bc7b5ed79ab3cfa13f
parentc417c63e1b6c489b282dadd60ef7ef7832ea1349
Fix 500 error  during router-update for dvr routers

This was caused because the l3 service plugin was
erroneously calling a method on self, whereas the
method is implemented by the core plugin.

Closes-bug: #1352786

Change-Id: I0746eee314730370b2df4bef6d9fd41680e2e3d1
neutron/db/l3_dvrscheduler_db.py
neutron/tests/unit/test_l3_schedulers.py