From 751b33d91cd3a7fe8769c95103764d5ccd129342 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 8 Oct 2014 20:54:35 +0000 Subject: [PATCH] Temporarily disable access to openstackid.org The production OpenStackID service is able to read sensitive data, so before booting the production server we're temporarily removing global Web access to the system and will manually whitelist specific source addresses for testing until we're comfortable it's safe to open up to the World. At that point, this commit will be reverted. Change-Id: I7a89fa1ffccaf777c29fb22e06c6c14929739657 --- modules/openstack_project/manifests/openstackid_prod.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/openstack_project/manifests/openstackid_prod.pp b/modules/openstack_project/manifests/openstackid_prod.pp index 7b54b727bb..2350f4b278 100644 --- a/modules/openstack_project/manifests/openstackid_prod.pp +++ b/modules/openstack_project/manifests/openstackid_prod.pp @@ -42,7 +42,6 @@ class openstack_project::openstackid_prod ( ) { class { 'openstack_project::server': - iptables_public_tcp_ports => [80, 443], sysadmins => $sysadmins, }