CloudStack CS-15455

There are no iptable rules configured to open awsapi port (7080) for external world.

resolved fixed

reviewed-by:edison
This commit is contained in:
frank 2012-07-05 16:02:51 -07:00
parent 61830aef95
commit 69e60e360b
1 changed files with 1 additions and 1 deletions

View File

@ -699,7 +699,7 @@ class firewallConfigServer(firewallConfigBase):
if self.syscfg.env.svrMode == "myCloud":
self.ports = "443 8080 8250 8443 9090".split()
else:
self.ports = "8080 8250 9090".split()
self.ports = "8080 7080 8250 9090".split()
class ubuntuFirewallConfigServer(firewallConfigServer):
def allowPort(self, port):