From d6046597f4befa641e7c772f9a112cdf85d9fdaa Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 17 Jan 2018 11:28:51 -0500 Subject: [PATCH] Remove usage of iptables_rules4 / iptables_rules6 Stop supporting iptables_rules4 / iptables_rules6 as we plan on removing support for it. Change-Id: I37a26c5fbe3f8a6e56b4d44ea6259c91ba1c1cb7 Signed-off-by: Paul Belanger --- manifests/site.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index 36440965ab..64bbde082c 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1533,9 +1533,7 @@ node 'pbx.openstack.org' { # SIP signaling is either TCP or UDP port 5060. # RTP media (audio/video) uses a range of UDP ports. iptables_public_tcp_ports => [5060], - iptables_public_udp_ports => [5060], - iptables_rules4 => ['-m udp -p udp --dport 10000:20000 -j ACCEPT'], - iptables_rules6 => ['-m udp -p udp --dport 10000:20000 -j ACCEPT'], + iptables_public_udp_ports => ['5060', '10000:20000'], } class { 'openstack_project::pbx': sip_providers => [