You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/07/29 13:28:06 UTC

git commit: updated refs/heads/master to 17b711b

Updated Branches:
  refs/heads/master dd1717883 -> 17b711bd7


CLOUDSTACK-3906: unbound method PrivateGw.create is not @classmethod

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


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

Branch: refs/heads/master
Commit: 17b711bd7c3290933ee8a36dbedf2403048a6c7e
Parents: dd17178
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Mon Jul 29 16:57:04 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Mon Jul 29 16:57:04 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/17b711bd/tools/marvin/marvin/integration/lib/base.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/integration/lib/base.py b/tools/marvin/marvin/integration/lib/base.py
index d927c2a..695edf7 100755
--- a/tools/marvin/marvin/integration/lib/base.py
+++ b/tools/marvin/marvin/integration/lib/base.py
@@ -2961,6 +2961,8 @@ class VPC:
 
 class PrivateGateway:
     """Manage private gateway lifecycle"""
+
+    @classmethod
     def create(cls, apiclient, gateway, ipaddress, netmask, vlan, vpcid,
                                                     physicalnetworkid=None):
         """Create private gateway"""