Merge "For Glance add port 9191 to the iptables list"

This commit is contained in:
Jenkins 2014-09-23 08:49:36 +00:00 committed by Gerrit Code Review
commit 2c60d1b9eb

View File

@ -2,3 +2,4 @@
set -eu
add-rule INPUT -p tcp --dport 9292 -j ACCEPT
add-rule INPUT -p tcp --dport 9191 -j ACCEPT