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 <pabelanger@redhat.com>
This commit is contained in:
parent
859dd7754c
commit
d6046597f4
@ -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 => [
|
||||
|
Loading…
Reference in New Issue
Block a user