Pass iptables_rules4 to template instead of rules4
The former works, the latter not so much... Change-Id: Ie0186ecd2ae0279edc2d9382fd781d31d827d4c7
This commit is contained in:
parent
ddc92ed423
commit
bfbbcd1368
@ -7,7 +7,8 @@ class openstack_project::slave_template (
|
||||
class { 'openstack_project::template':
|
||||
# Port 8000 from the devstack neutron public net to allow
|
||||
# nova servers to reach heat-api-cfn
|
||||
rules4 => ['-p tcp --dport 8000 -s 172.24.4.0/24 -j ACCEPT'],
|
||||
iptables_rules4 =>
|
||||
['-p tcp --dport 8000 -s 172.24.4.0/24 -j ACCEPT'],
|
||||
iptables_public_tcp_ports => [],
|
||||
install_users => $install_users,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user