Correct iptables var names

This variable name was translated incorrectly during the transition
from puppet to ansible for iptables.

Change-Id: I865ba7122b215a7f653aa5ed5770a05edbd655a0
changes/67/597167/1
James E. Blair 5 years ago
parent 055f29d8ab
commit e37ad40de1

@ -1,4 +1,4 @@
iptables_rule_data:
iptables_extra_allowed_hosts:
- protocol: tcp
port: 9200:9400
hostname: elasticsearch02.openstack.org

@ -1,7 +1,7 @@
iptables_public_tcp_ports:
- 80
- 3306
iptables_rule_data:
iptables_extra_allowed_hosts:
- protocol: tcp
port: '4730'
hostname: logstash-worker01.openstack.org

Loading…
Cancel
Save