mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-3906: unbound method PrivateGw.create is not @classmethod
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
dd1717883e
commit
17b711bd7c
@ -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"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user