mirror of https://github.com/apache/cloudstack.git
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:
parent
61830aef95
commit
69e60e360b
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue