Files
cookbook-openstack-network/files/default/neutron-enable-bridge-firewall.sh
Samuel Cassiba 766e9fba5c Stop iptables from being enabled by force
This change enables convergence in containers by removing iptables in a
workaround as a result of upstream[1] efforts[2].

[1] https://review.rdoproject.org/r/9702
[2] https://review.rdoproject.org/r/9703

Change-Id: I8793cb8d1ee376d45e7521b8ff9434c704e05497
2018-06-25 06:17:04 -07:00

8 lines
238 B
Bash

#!/bin/sh
# this script is intentionally reduced to an exit call to eliminate the
# automatic invocation of iptables.
# lp: https://bugs.launchpad.net/neutron/+bug/1622914
# bz: https://bugzilla.redhat.com/show_bug.cgi?id=1421022
exit 0