]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add missing interface to populate subnets method
authorKevin Benton <blak111@gmail.com>
Fri, 24 Apr 2015 13:52:21 +0000 (06:52 -0700)
committerKevin Benton <blak111@gmail.com>
Fri, 24 Apr 2015 13:52:21 +0000 (06:52 -0700)
commit697c934933c9d5edcb2d9392a7626f2676d67ed7
tree0abd65c4372a0b6ff2ab2c069b5b1a49c581be22
parent6fb59da5c0bd50266993fb860506089c9a598a99
Add missing interface to populate subnets method

Change Ib46f685d72eb61ecbaa2869e28fb173cd6d49552 introduced
and optimization to defer the lookup of interface subnet info
until all of the router interfaces were collected. However,
it didn't add the DVR SNAT interface to the list of interfaces
to populate subnet info so it broke DVR.

This patch corrects the behavior by adding the DVR SNAT interface
to the list of ports that need subnet info populated.

Change-Id: I32054ff00bf6992c5dedd21735b6d2afd15c5fb3
neutron/db/l3_dvr_db.py