]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove error logs for a common situation (non created ipsets)
authorMiguel Angel Ajo <mangelajo@redhat.com>
Tue, 17 Feb 2015 12:28:46 +0000 (12:28 +0000)
committerMiguel Angel Ajo <mangelajo@redhat.com>
Thu, 19 Feb 2015 15:27:01 +0000 (15:27 +0000)
commitcf53e4a8fc268d471d9feb8338c978633c814bb4
treed9528168e565ad4e96baeab5acde23525a48a281
parent9184832b9ab6a4b60c9c7f6607f60b80eafe3c98
Remove error logs for a common situation (non created ipsets)

The log message was initially added by me as part of a
iptables_firewall refactor.

Ipsets for empty IP address lists aren't currently created,
that means that we can't reference empty security groups
(as ipsets) via iptable rules, and that's a normal condition,
not an error.

Closes bug: #1421772
Change-Id: I6b1ae1fb505ce5e76ef8cf7ef7df38cff57e0000
neutron/agent/linux/iptables_firewall.py