Merge "Open port 8000 for heat-api-cfn for public neutron net"
This commit is contained in:
commit
fbad76c44d
@ -5,6 +5,9 @@ class openstack_project::slave_template (
|
|||||||
$ssh_key = $openstack_project::jenkins_ssh_key
|
$ssh_key = $openstack_project::jenkins_ssh_key
|
||||||
) inherits openstack_project {
|
) inherits openstack_project {
|
||||||
class { 'openstack_project::template':
|
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 => [],
|
iptables_public_tcp_ports => [],
|
||||||
install_users => $install_users,
|
install_users => $install_users,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user