]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove self.snat_ports, a dvr thing, from router base class
authorCarl Baldwin <carl.baldwin@hp.com>
Thu, 9 Jul 2015 21:26:49 +0000 (21:26 +0000)
committerCarl Baldwin <carl@ecbaldwin.net>
Mon, 13 Jul 2015 18:24:30 +0000 (18:24 +0000)
commit1cccb37817dfe865610716012deb2f0f3209a58e
tree8fb2ee36e75afbfec12c870acd69172f71d6f3c5
parent656721987b0f62de2e31782ca03611ae5afa7cd8
Remove self.snat_ports, a dvr thing, from router base class

This was overlooked in splitting out dvr code from the router base
class.  It is dvr only.  Also, it doesn't need to be an instance
variable and was not use consistently.

Change-Id: I0eff381c1613e3824c8da0f0ccba65dd3e884cbf
neutron/agent/l3/dvr_edge_router.py
neutron/agent/l3/dvr_local_router.py
neutron/agent/l3/router_info.py