Open port 443 for builder logs

Follow-on to Ifd5823ff51de40226c72930c69faf50b677a7dfe to open the
port for SSL.

Change-Id: Iceeb04c473baaf6d90b63aa066bf18ee30c7b119
This commit is contained in:
Ian Wienand 2018-05-21 17:07:16 +10:00
parent 779b6c152a
commit 0896b902de
1 changed files with 1 additions and 1 deletions

View File

@ -1127,7 +1127,7 @@ node /^nb\d+\.openstack\.org$/ {
class { 'openstack_project::server':
sysadmins => hiera('sysadmins', []),
iptables_public_tcp_ports => [80],
iptables_public_tcp_ports => [80, 443],
}
include openstack_project