You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2014/05/26 11:25:35 UTC

git commit: updated refs/heads/4.4-forward to 2cf16e5

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward c3c809647 -> 2cf16e514


 Fixing syntax error in base library


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

Branch: refs/heads/4.4-forward
Commit: 2cf16e5147d654216b0948950cd7fca058a5a1f2
Parents: c3c8096
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Mon May 26 14:52:40 2014 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Mon May 26 14:52:40 2014 +0530

----------------------------------------------------------------------
 tools/marvin/marvin/lib/base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2cf16e51/tools/marvin/marvin/lib/base.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/lib/base.py b/tools/marvin/marvin/lib/base.py
index 83233dd..c975c37 100644
--- a/tools/marvin/marvin/lib/base.py
+++ b/tools/marvin/marvin/lib/base.py
@@ -3889,7 +3889,7 @@ class PrivateGateway:
 
     @classmethod
     def create(cls, apiclient, gateway, ipaddress, netmask, vlan, vpcid,
-               physicalnetworkid=None, ,aclid=None):
+               physicalnetworkid=None, aclid=None):
         """Create private gateway"""
 
         cmd = createPrivateGateway.createPrivateGatewayCmd()