Merge "Open port 443 for builder logs"

This commit is contained in:
Zuul 2018-05-21 08:19:13 +00:00 committed by Gerrit Code Review
commit 35655d20d0
1 changed files with 1 additions and 1 deletions

View File

@ -1130,7 +1130,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