
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
8 lines
238 B
Bash
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
|