]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Midonet plugin: Fix source NAT
authorDave Cahill <dcahill@midokura.com>
Tue, 17 Dec 2013 05:52:48 +0000 (05:52 +0000)
committerDave Cahill <dcahill@midokura.com>
Wed, 18 Dec 2013 04:04:14 +0000 (04:04 +0000)
commit7dc3c671656974596b9a373c911e5b786d57be35
treeb48a0fdf61f216505cfce19efc953dcb1c38b12d
parentdcad22fa278acb5f611df5c28b8aa9ee5fe8f651
Midonet plugin: Fix source NAT

Source NAT rule was being applied on the incorrect port.
It was being applied to the Neutron gateway port, not to
the MidoNet tenant / provider router link port.

Change-Id: Ib818c09adfb6957b7cad4523e5ce1fdffde9590b
Closes-Bug: #1261665
neutron/plugins/midonet/plugin.py
neutron/tests/unit/midonet/test_midonet_plugin.py