]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix AttributeError in _clean_updated_sg_member_conntrack_entries()
authorBrian Haley <brian.haley@hp.com>
Tue, 25 Aug 2015 13:42:12 +0000 (09:42 -0400)
committerBrian Haley <brian.haley@hp.com>
Tue, 25 Aug 2015 13:42:12 +0000 (09:42 -0400)
commitb939672d6bc84e7fb9c27857ee5e641f7c18aeb1
treee5e80934e7c3b78313e865d9d4c50ad8ee55c3c9
parent0ed7e090ff5acf036ee306a6bb6d7cbf66424fe0
Fix AttributeError in _clean_updated_sg_member_conntrack_entries()

The conntrack work that recently merged introduced a bug
due to an incorrect 'if' statement, it was only detecting
when one variable was not set instead of both, which can
cause an exception.  This is currently causing jenkins failures
with a number of other changes.

Introduced in Change Id Ibfd2d6a11aa970ea9e5009f4c4b858544d8b7463

Change-Id: I2519fdceefc9255c21d8226cdeffec40a7d444f6
Closes-bug: #1488284
neutron/agent/linux/iptables_firewall.py