diff --git a/manifests/site.pp b/manifests/site.pp index f242caa2f0..83e96f98c4 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1233,7 +1233,7 @@ node /^ze\d+\.openstack\.org$/ { $revision = 'feature/zuulv3' class { 'openstack_project::server': - iptables_public_tcp_ports => [79], + iptables_public_tcp_ports => [79, 7900], sysadmins => hiera('sysadmins', []), afs => true, }