commit | 11cf7b64a78d225d7ba84b86597a934d0417ad3c | [log] [tgz] |
---|---|---|
author | Steve Baker <sbaker@redhat.com> | Fri Mar 27 09:08:53 2015 +1300 |
committer | Steve Baker <sbaker@redhat.com> | Fri Mar 27 09:10:15 2015 +1300 |
tree | 7677456f484251f50a309e84fa62e35e85d4a8fe | |
parent | 3cfc03156c3bd642151e04bb258286af8857ab2a [diff] [blame] |
iptables rule for heat pip mirror This is required for guest VMs to reach http://$HOST_IP:8899 Change-Id: I814c682fb02974ae05dfbe5e212409cdd11d16ac
diff --git a/lib/heat b/lib/heat index c7abd3b..a27691f 100644 --- a/lib/heat +++ b/lib/heat
@@ -337,6 +337,7 @@ " -i $heat_pip_repo_apache_conf enable_apache_site heat_pip_repo restart_apache_server + sudo iptables -I INPUT -d $HOST_IP -p tcp --dport $HEAT_PIP_REPO_PORT -j ACCEPT || true } # Restore xtrace