neutron/neutron/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 Merge "Switch to oslo.service" 2015-06-30 23:24:55 +00:00
l3 Create dvr base class and stop passing around snat_ports 2015-07-15 18:36:40 +00:00
linux Merge "Switch to the oslo_utils.fileutils" 2015-07-15 12:54:48 +00:00
metadata Merge "Switch to oslo.service" 2015-06-30 23:24:55 +00:00
ovsdb OVS native DBListcommand if_exists support 2015-07-02 04:59:27 -07:00
windows OVS agent support on Hyper-V 2015-03-25 13:48:33 -07:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
dhcp_agent.py Switch to oslo.service 2015-06-29 13:20:55 +03:00
firewall.py Add missing methods to NoopFirewallDriver 2014-09-28 22:16:57 +04:00
l3_agent.py Switch to oslo.service 2015-06-29 13:20:55 +03:00
metadata_agent.py Allow metadata proxy running with nobody user/group 2015-04-06 18:31:37 +02:00
rpc.py Add logging of agent heartbeats 2015-06-29 05:40:26 +04:00
securitygroups_rpc.py Merge "Add devices to update in RPC call security_groups_provider_updated" 2015-06-18 07:12:42 +00:00