From 67dfa755ee9cfe59d4324a4d6bb369fc7e57e3c0 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 13 Aug 2020 19:08:44 +0000 Subject: [PATCH] Revert "Workaround rhel8,0 iptables bug causing neutron_ovs_agent to restart continuously" We no longer run on 8.0 so we should be good reverting that workaround. This reverts commit b1d82e6acbc79d9db1a54d53cd178080b72d0845. Change-Id: Icb5e88fa55a76207130599a5caa8592e96ee5f09 --- deployment/neutron/neutron-ovs-agent-container-puppet.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deployment/neutron/neutron-ovs-agent-container-puppet.yaml b/deployment/neutron/neutron-ovs-agent-container-puppet.yaml index ea950aee5d..d3faef8453 100644 --- a/deployment/neutron/neutron-ovs-agent-container-puppet.yaml +++ b/deployment/neutron/neutron-ovs-agent-container-puppet.yaml @@ -397,10 +397,6 @@ outputs: name: virt_sandbox_use_netlink persistent: yes state: yes - - name: Run iptables -t raw -L to workaround a rhel8.0 bug (remove once rhbz#1673609 is fixed) - shell: | - iptables -t raw -nL - ip6tables -t raw -nL update_tasks: # puppetlabs-firewall manages security rules via Puppet but make the rules # consistent by default. Since Neutron also creates some rules, we don't