Updated Branches: refs/heads/4.0 a8e9e6961 -> 490353595
CloudStack CS-15455 There are no iptable rules configured to open awsapi port (7080) for external world. resolved fixed reviewed-by:edison Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/49035359 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/49035359 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/49035359 Branch: refs/heads/4.0 Commit: 4903535959f844865a602469247a61e2d5dd9fb9 Parents: a8e9e69 Author: frank <[email protected]> Authored: Thu Jul 5 16:02:51 2012 -0700 Committer: Edison Su <[email protected]> Committed: Fri Oct 12 14:14:16 2012 -0700 ---------------------------------------------------------------------- python/lib/cloudutils/serviceConfig.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/49035359/python/lib/cloudutils/serviceConfig.py ---------------------------------------------------------------------- diff --git a/python/lib/cloudutils/serviceConfig.py b/python/lib/cloudutils/serviceConfig.py index 4c36038..6b211eb 100755 --- a/python/lib/cloudutils/serviceConfig.py +++ b/python/lib/cloudutils/serviceConfig.py @@ -703,7 +703,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):
