Open port 8000 for heat-api-cfn for public neutron net

The heat-slow tests are currently failing because nova servers cannot
reach heat-api-cfn to signal waitconditions. This change is an attempt
to fix that.

Change-Id: I08c27dc569b86a73f5aa3ead48569e6a8161e980
This commit is contained in:
Steve Baker 2014-01-29 11:06:34 +13:00
parent da1465db09
commit 06274e5ba9

View File

@ -5,6 +5,9 @@ class openstack_project::slave_template (
$ssh_key = $openstack_project::jenkins_ssh_key
) inherits openstack_project {
class { 'openstack_project::template':
# Port 8000 from the devstack neutron public net to allow
# nova servers to reach heat-api-cfn
rules4 => ['-p tcp --dport 8000 -s 172.24.4.0/24 -j ACCEPT'],
iptables_public_tcp_ports => [],
install_users => $install_users,
}