From 30d1118e2f5a30a3489dcb5ec73fa47e012c0316 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Thu, 25 Feb 2016 18:50:42 +0100 Subject: [PATCH] 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 --- manifests/site.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 8e72e81609..17ca3a5a9a 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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,