mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
isportable defaults to False
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
977b0eca97
commit
ccbcee5e00
@ -1088,7 +1088,7 @@ class PublicIPAddress:
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def create(cls, apiclient, accountid=None, zoneid=None, domainid=None, services=None,
|
def create(cls, apiclient, accountid=None, zoneid=None, domainid=None, services=None,
|
||||||
networkid=None, projectid=None, vpcid=None, isportable=None):
|
networkid=None, projectid=None, vpcid=None, isportable=False):
|
||||||
"""Associate Public IP address"""
|
"""Associate Public IP address"""
|
||||||
cmd = associateIpAddress.associateIpAddressCmd()
|
cmd = associateIpAddress.associateIpAddressCmd()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user