neutron/neutron/tests/common
John Schwarz 910744781c Fix reference to uninitialized iptables manager
DvrEdgeRouter.process_address_scope() currently assumes that
snat_iptables_manager was initialized, however this is only done when an
external gateway is added. In case a new DVR+HA router was created
without an external gateway, the l3 agent will raise an exception and
will not create the router correctly. This patch adds a simple check to
make sure that it is defined before it's actually used.

Closes-Bug: #1560945

(cherry picked from commit a8b6067115)

Change-Id: I677e0837956a6d008a3935d961f078987a07d0c4
2016-03-23 17:40:17 +00:00
..
agents Uniquely identify tunnel interfaces for fullstack tests 2016-01-28 15:12:40 -05:00
__init__.py Test HA router failover 2014-11-24 12:05:09 +02:00
base.py Override opportunistic database tests to PyMySQL 2015-06-23 21:04:06 +02:00
config_fixtures.py Move ConfigDict and ConfigFileFixture to neutron.tests.common 2015-09-24 20:47:44 +02:00
conn_testers.py security-groups: Add ipv6 support to ovs firewall 2016-03-07 13:18:33 +00:00
helpers.py Merge "Add the rebinding chance in _bind_port_if_needed" 2016-02-15 17:14:00 +00:00
l3_test_common.py Fix reference to uninitialized iptables manager 2016-03-23 17:40:17 +00:00
machine_fixtures.py Make fullstack test_connectivity tests more forgiving 2015-11-20 16:50:31 -05:00
net_helpers.py Merge "security-groups: Add ipv6 support to ovs firewall" 2016-03-11 00:55:34 +00:00