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

This commit is contained in:
Jenkins 2014-01-28 22:14:44 +00:00 committed by Gerrit Code Review
commit fbad76c44d

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,
}