We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ab5f94 + 11cf7b6 commit 6aabbbfCopy full SHA for 6aabbbf
1 file changed
lib/heat
@@ -335,6 +335,7 @@ function build_heat_pip_mirror {
335
" -i $heat_pip_repo_apache_conf
336
enable_apache_site heat_pip_repo
337
restart_apache_server
338
+ sudo iptables -I INPUT -d $HOST_IP -p tcp --dport $HEAT_PIP_REPO_PORT -j ACCEPT || true
339
}
340
341
# Restore xtrace
0 commit comments