neutron/neutron/tests/unit/agent
Carl Baldwin 701b119d9c Create dvr base class and stop passing around snat_ports
The one thing that I see that the two dvr classes have in common is
the ability to map internal ports to snat ports.  The dvr local router
needs it to set up a redirect to the central part.  The central part
needs it to create the port for the internal network.

This change renames the mapping method to something more logical and
removes snat_ports as an argument to two methods because it is a quick
O(1) operation to get it from the router dict and passing it around
just tangles things up.

Change-Id: Icc099c1a97e3e68eeaf4690bc83167ba30d8099a
2015-07-15 18:36:40 +00:00
..
common Tighten exception handler for import_object 2015-07-14 20:30:16 +02:00
dhcp Tighten exception handler for import_object 2015-07-14 20:30:16 +02:00
l3 Create dvr base class and stop passing around snat_ports 2015-07-15 18:36:40 +00:00
linux Switch to the oslo_utils.fileutils 2015-07-15 08:09:26 +03:00
metadata Switch to oslo.service 2015-06-29 13:20:55 +03:00
ovsdb ovsdb: attempt to enable connection_uri for native impl on startup 2015-06-25 10:09:42 +02:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_rpc.py Remove use of contextlib.nested 2015-05-06 04:43:01 -07:00
test_securitygroups_rpc.py Enforce specific order for firewall.(un)filtered_ports and devices 2015-07-11 00:33:31 +02:00