From 00f89423877c3a296ebff634a8045e5152a6d285 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Mon, 29 Jul 2013 16:57:04 +0530 Subject: [PATCH] CLOUDSTACK-3906: unbound method PrivateGw.create is not @classmethod Signed-off-by: Prasanna Santhanam (cherry picked from commit 17b711bd7c3290933ee8a36dbedf2403048a6c7e) --- tools/marvin/marvin/integration/lib/base.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/marvin/marvin/integration/lib/base.py b/tools/marvin/marvin/integration/lib/base.py index d927c2afac3..695edf7196f 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"""