mirror of https://github.com/apache/cloudstack.git
Fixing syntax error in base library
(cherry picked from commit 2cf16e5147)
This commit is contained in:
parent
19cad0d9b6
commit
5cb6f7375e
|
|
@ -3893,7 +3893,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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue