You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2012/10/15 22:29:47 UTC

[10/50] [abbrv] git commit: CloudStack CS-15455 There are no iptable rules configured to open awsapi port (7080) for external world.

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/bd849bda
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/bd849bda
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/bd849bda

Branch: refs/heads/junit-tests
Commit: bd849bda35020966752cef46d332775bcaf81198
Parents: 72dd9e2
Author: frank <fr...@citrix.com>
Authored: Thu Jul 5 16:02:51 2012 -0700
Committer: Chip Childers <ch...@gmail.com>
Committed: Mon Oct 15 16:19:21 2012 -0400

----------------------------------------------------------------------
 python/lib/cloudutils/serviceConfig.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/bd849bda/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):