Skip to content

Commit

Permalink
Merge pull request #164 from elyezer/update-firewall-ports
Browse files Browse the repository at this point in the history
Fix a typo on firewall ports to be open
  • Loading branch information
JacobCallahan committed Mar 18, 2015
2 parents 87e0715 + 07e2299 commit fcfffc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions automation_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,9 @@ def setup_firewall():
22,
# Port 5000 must be open for Docker registry communication.
5000,
# Ports 5466 and 5467 for qpidd
5466,
5467,
# Ports 5646 and 5647 for qpidd
5646,
5647,
# Port 8443 for Katello access the Islated Capsule
8443,
)
Expand Down

0 comments on commit fcfffc6

Please sign in to comment.