mirror of https://github.com/apache/cloudstack.git
Fixing syntax error in base library
This commit is contained in:
parent
c3c8096476
commit
2cf16e5147
|
|
@ -3889,7 +3889,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