Merge "Remove iptables rule for port 80 in baremtal"

This commit is contained in:
Jenkins 2016-02-26 01:51:37 +00:00 committed by Gerrit Code Review
commit f17a11a243

View File

@ -1212,7 +1212,6 @@ node /^compute\d{3}\.hpuswest\.ic\.openstack\.org$/ {
node /^baremetal\d{2}\.hpuswest\.ic\.openstack\.org$/ {
$group = 'infracloud'
class { '::openstack_project::server':
iptables_public_tcp_ports => [80],
iptables_public_udp_ports => [67,69],
sysadmins => hiera('sysadmins', []),
enable_unbound => false,