From ccbcee5e0020c8b963c49da2b66653615ec066e0 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Fri, 2 Aug 2013 22:15:23 +0530 Subject: [PATCH] isportable defaults to False Signed-off-by: Prasanna Santhanam --- tools/marvin/marvin/integration/lib/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/marvin/marvin/integration/lib/base.py b/tools/marvin/marvin/integration/lib/base.py index e4cae7fec56..770ac3de5de 100755 --- a/tools/marvin/marvin/integration/lib/base.py +++ b/tools/marvin/marvin/integration/lib/base.py @@ -1088,7 +1088,7 @@ class PublicIPAddress: @classmethod 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""" cmd = associateIpAddress.associateIpAddressCmd()