Remove iptables rule for port 80 in baremtal

We don't serve any HTTP content on the baremetal nodes, no need
to enable it.

Change-Id: I757dcee5d96cb140d5469d5c8c633d27b392c6a1
This commit is contained in:
Ricardo Carrillo Cruz 2016-02-25 18:50:42 +01:00
parent a3620649c2
commit 30d1118e2f

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,