Fixing syntax error in base library

(cherry picked from commit 2cf16e5147)
This commit is contained in:
Gaurav Aradhye 2014-05-26 14:52:40 +05:30 committed by Daan Hoogland
parent 19cad0d9b6
commit 5cb6f7375e
1 changed files with 1 additions and 1 deletions

View File

@ -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()