| commit | 6aabbbf47f5d8bee9147245da9a690d551da68a1 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Fri Apr 03 16:18:14 2015 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Fri Apr 03 16:18:14 2015 +0000 |
| tree | 3d7f86918f4e9bad5c6cc96bef33c69f42328229 | |
| parent | 2ab5f94628ca10a894ae59fb2c65c4a55ab0f4a0 [diff] | |
| parent | 11cf7b64a78d225d7ba84b86597a934d0417ad3c [diff] |
Merge "iptables rule for heat pip mirror"
diff --git a/lib/heat b/lib/heat index 0930776..5cb0dbf 100644 --- a/lib/heat +++ b/lib/heat
@@ -335,6 +335,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