We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803d020 commit 164ec55Copy full SHA for 164ec55
1 file changed
etc/kayobe/ansible/fixes/flush-iptables-legacy.yml
@@ -1,8 +1,8 @@
1
---
2
3
-# This playbook flushes iptables-legacy rules in the neutron_openvswitch_agent container on overcloud hosts.
4
-# It is intended to be used in scenarios where neutron_openvswitch_agent was updated to a version without
5
-# iptables-nft.
+# This playbook flushes iptables-legacy rules in the neutron_openvswitch_agent
+# container on overcloud hosts. It is intended to be used in scenarios where
+# neutron_openvswitch_agent was updated to a version without iptables-nft.
6
7
- hosts: overcloud
8
gather_facts: false
@@ -31,4 +31,4 @@
31
{{ container_engine }} exec -u root neutron_openvswitch_agent iptables-legacy -F
32
{{ container_engine }} exec -u root neutron_openvswitch_agent iptables-legacy -X
33
args:
34
- executable: /bin/bash
+ executable: /bin/bash
0 commit comments