Public bug reported: In this change:
commit 6eee93a98c67a5faf1d1243e0f8592c48d13bd6a Author: Elena Ezhova <[email protected]> Date: Fri Oct 31 19:37:46 2014 +0300 Remove duplicate ensure_remove_chain method in iptables_manager Change-Id: I168eda2fa430446786d4106d6807207f4facbfc3 Closes-Bug: #1388162 ensure_remove_chain() was removed since it seemed identical to remove_chain(). Unfortunately the neutron-full gate job is now spewing lots of warnings: 2014-12-18 19:43:37.909 2304 WARNING neutron.agent.linux.iptables_manager [req-a41864b2-9560-416f-86cb-d92d6748961a None] Attempted to remove chain sg-chain which does not exist 2014-12-18 19:43:37.909 2304 WARNING neutron.agent.linux.iptables_manager [req-a41864b2-9560-416f-86cb-d92d6748961a None] Attempted to remove chain sg-chain which does not exist 2014-12-18 19:45:51.950 2304 WARNING neutron.agent.linux.iptables_manager [req-a41864b2-9560-416f-86cb-d92d6748961a None] Attempted to remove chain s71604f53-6 which does not exist 2014-12-18 19:45:57.792 2304 WARNING neutron.agent.linux.iptables_manager [req-a41864b2-9560-416f-86cb-d92d6748961a None] Attempted to remove chain s71604f53-6 which does not exist 2014-12-18 19:46:12.923 2304 WARNING neutron.agent.linux.iptables_manager [req-a41864b2-9560-416f-86cb-d92d6748961a None] Attempted to remove chain s153151ab-c which does not exist 2014-12-18 19:46:12.923 2304 WARNING neutron.agent.linux.iptables_manager [req-a41864b2-9560-416f-86cb-d92d6748961a None] Attempted to remove chain s71604f53-6 which does not exist ... For now we should revert this until we can track down what is causing the warning. ** Affects: neutron Importance: Undecided Assignee: Brian Haley (brian-haley) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Brian Haley (brian-haley) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1404016 Title: iptables_manager is spamming neutron-full gate job log Status in OpenStack Neutron (virtual network service): In Progress Bug description: In this change: commit 6eee93a98c67a5faf1d1243e0f8592c48d13bd6a Author: Elena Ezhova <[email protected]> Date: Fri Oct 31 19:37:46 2014 +0300 Remove duplicate ensure_remove_chain method in iptables_manager Change-Id: I168eda2fa430446786d4106d6807207f4facbfc3 Closes-Bug: #1388162 ensure_remove_chain() was removed since it seemed identical to remove_chain(). Unfortunately the neutron-full gate job is now spewing lots of warnings: 2014-12-18 19:43:37.909 2304 WARNING neutron.agent.linux.iptables_manager [req-a41864b2-9560-416f-86cb-d92d6748961a None] Attempted to remove chain sg-chain which does not exist 2014-12-18 19:43:37.909 2304 WARNING neutron.agent.linux.iptables_manager [req-a41864b2-9560-416f-86cb-d92d6748961a None] Attempted to remove chain sg-chain which does not exist 2014-12-18 19:45:51.950 2304 WARNING neutron.agent.linux.iptables_manager [req-a41864b2-9560-416f-86cb-d92d6748961a None] Attempted to remove chain s71604f53-6 which does not exist 2014-12-18 19:45:57.792 2304 WARNING neutron.agent.linux.iptables_manager [req-a41864b2-9560-416f-86cb-d92d6748961a None] Attempted to remove chain s71604f53-6 which does not exist 2014-12-18 19:46:12.923 2304 WARNING neutron.agent.linux.iptables_manager [req-a41864b2-9560-416f-86cb-d92d6748961a None] Attempted to remove chain s153151ab-c which does not exist 2014-12-18 19:46:12.923 2304 WARNING neutron.agent.linux.iptables_manager [req-a41864b2-9560-416f-86cb-d92d6748961a None] Attempted to remove chain s71604f53-6 which does not exist ... For now we should revert this until we can track down what is causing the warning. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1404016/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

