Skip to content

Commit 23495c7

Browse files
franksudison
authored andcommitted
CloudStack CS-15455 There are no iptable rules configured to open awsapi port (7080) for external world.
resolved fixed reviewed-by:edison
1 parent 7cac7ff commit 23495c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/lib/cloudutils/serviceConfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ def __init__(self, syscfg):
703703
if self.syscfg.env.svrMode == "myCloud":
704704
self.ports = "443 8080 8250 8443 9090".split()
705705
else:
706-
self.ports = "8080 8250 9090".split()
706+
self.ports = "8080 7080 8250 9090".split()
707707

708708
class ubuntuFirewallConfigServer(firewallConfigServer):
709709
def allowPort(self, port):

0 commit comments

Comments
 (0)