For Glance add port 9191 to the iptables list

Recent changes to enable security through iptables now
requires this.  Port 9292 was already being correctly configured.

Reference https://bugs.launchpad.net/tripleo/+bug/1356040

Change-Id: I5f2214cd70b3ccc3d8aabce48927b9f5dda5d75b
Closes-Bug: 1356040
This commit is contained in:
Joseph Davis 2014-08-12 13:40:27 -07:00
parent 5926d82d99
commit e0c01ceb7c

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