Add port for glance policy

This commit is contained in:
Dan Walsh 2011-12-02 10:11:04 -05:00 committed by Chris PeBenito
parent 64a0271ffd
commit 288b8ab6b2
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ network_port(ftp_data, tcp,20,s0)
network_port(gatekeeper, udp,1718,s0, udp,1719,s0, tcp,1721,s0, tcp,7000,s0)
network_port(giftd, tcp,1213,s0)
network_port(git, tcp,9418,s0, udp,9418,s0)
network_port(glance_registry, tcp,9191,s0, udp,9191,s0)
network_port(gopher, tcp,70,s0, udp,70,s0)
network_port(gpsd, tcp,2947,s0)
network_port(hadoop_datanode, tcp,50010,s0)