isportable defaults to False Signed-off-by: Prasanna Santhanam <t...@apache.org> (cherry picked from commit d993dda55a69e38bd0fba24166ad6fdf0e97cfc7)
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b9c15a48 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b9c15a48 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b9c15a48 Branch: refs/heads/4.2 Commit: b9c15a483550de4946bb65cec21c35d0948a0e1b Parents: 80ae483 Author: Prasanna Santhanam <t...@apache.org> Authored: Fri Aug 2 22:15:23 2013 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Fri Aug 2 22:24:18 2013 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/integration/lib/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b9c15a48/tools/marvin/marvin/integration/lib/base.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/integration/lib/base.py b/tools/marvin/marvin/integration/lib/base.py index e4cae7f..770ac3d 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()