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

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 17b711bd7c)
This commit is contained in:
Prasanna Santhanam 2013-07-29 16:57:04 +05:30
parent 83f4c3289a
commit 00f8942387
1 changed files with 2 additions and 0 deletions

View File

@ -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"""