You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by yn...@apache.org on 2014/05/31 21:00:57 UTC

git commit: updated refs/heads/4.2-forward to 6196958

Repository: cloudstack
Updated Branches:
  refs/heads/4.2-forward 6938b99f8 -> 6196958a7


CLOUDSTACK-6816 bugfix: cloudstack-setup-management make /root directory's permission 0777 improperly


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6196958a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6196958a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6196958a

Branch: refs/heads/4.2-forward
Commit: 6196958a76bfda706da52ad42fd479db4bc047b9
Parents: 6938b99
Author: ynojima <ma...@ynojima.net>
Authored: Sat May 31 01:49:36 2014 -0600
Committer: ynojima <ma...@ynojima.net>
Committed: Sat May 31 13:00:33 2014 -0600

----------------------------------------------------------------------
 python/lib/cloudutils/serviceConfig.py | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6196958a/python/lib/cloudutils/serviceConfig.py
----------------------------------------------------------------------
diff --git a/python/lib/cloudutils/serviceConfig.py b/python/lib/cloudutils/serviceConfig.py
index 5c552c0..c4fca74 100755
--- a/python/lib/cloudutils/serviceConfig.py
+++ b/python/lib/cloudutils/serviceConfig.py
@@ -762,9 +762,6 @@ class ubuntuFirewallConfigServer(firewallConfigServer):
             for port in self.ports:
                 self.allowPort(port)
 
-            #FIXME: urgly make /root writable
-            bash("sudo chmod 0777 /root")
-
             return True
         except:
             raise