]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix KeyError on missing gw_port_host for L3 agent in DVR mode
authorarmando-migliaccio <armamig@gmail.com>
Sat, 13 Sep 2014 06:25:03 +0000 (23:25 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Sat, 13 Sep 2014 16:10:04 +0000 (09:10 -0700)
commit4da6c130ea08f464ffccc769e7b97992469c103a
tree86e013d463d5b249df5f54e18162fb5238c95b15
parent01ce3988d0f607b2b4a6da2cf768cc7b56aeeb17
Fix KeyError on missing gw_port_host for L3 agent in DVR mode

The order of Mixin imports broke the MRO, which caused some methods
in the L3 hierarchy to be ignored. In particular, _build_routers_list
for DVR was no longer called, which led to the stacktrace observed on
the L3 agent side.

Closes-bug: 1369012

Change-Id: I23cd9813fb9b67e9029d222d5f72733ecec3febb
neutron/services/l3_router/l3_router_plugin.py