Merge "Re-open port 80 on firehose.openstack.org"

This commit is contained in:
Zuul 2018-02-27 15:36:19 +00:00 committed by Gerrit Code Review
commit ea00bbf145

View File

@ -535,7 +535,7 @@ node /^firehose\d+\.openstack\.org$/ {
# NOTE(mtreinish) Port 80 and 8080 are disabled because websocket
# connections seem to crash mosquitto. Once this is fixed we should add
# them back
iptables_public_tcp_ports => [22, 25, 1883, 8883],
iptables_public_tcp_ports => [22, 25, 80, 1883, 8883],
sysadmins => hiera('sysadmins', []),
manage_exim => false,
}