Enable web port for nl hosts

I3c44ed5834b0e23d6ae8849040544d28f73a52fe added the argument to enable
the webapp, but I forgot to open the port to make it useful.

Change-Id: I45e080b79af45309ebea629d70a035a3c5d08e6a
This commit is contained in:
Ian Wienand 2018-02-26 13:13:05 +11:00
parent a0802f70a8
commit d51edbf876
1 changed files with 1 additions and 0 deletions

View File

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