Updated Branches: refs/heads/master 7cac7ff2c -> 23495c7e2
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/23495c7e Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/23495c7e Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/23495c7e Branch: refs/heads/master Commit: 23495c7e2616db38375246246777d4cb346365f2 Parents: 7cac7ff Author: frank <[email protected]> Authored: Thu Jul 5 16:02:51 2012 -0700 Committer: Edison Su <[email protected]> Committed: Fri Oct 12 14:13:13 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/23495c7e/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):
