Fix iptables for paste and planet

Add port 80 for paste and planet in iptables

Change-Id: I7677d484e37d0a0f06359ee43023f04518dfbaae
This commit is contained in:
Andrew Hutchings 2012-02-16 09:03:46 -08:00
parent 69255755e0
commit 44f82013c4

View File

@ -195,6 +195,7 @@ node "docs.openstack.org" {
}
node "paste.openstack.org" {
$iptables_public_tcp_ports = [80]
include openstack_server
include lodgeit
lodgeit::site { "openstack":
@ -209,6 +210,7 @@ node "paste.openstack.org" {
}
node "planet.openstack.org" {
$iptables_public_tcp_ports = [80]
include openstack_server
include planet