[
https://issues.apache.org/jira/browse/LIBCLOUD-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795647#comment-13795647
]
ASF subversion and git services commented on LIBCLOUD-410:
----------------------------------------------------------
Commit 643af48ac3480847686b0284955fd4bed393e323 in branch refs/heads/trunk from
[~kami]
[ https://git-wip-us.apache.org/repos/asf?p=libcloud.git;h=643af48 ]
Fix a bug in EC2 driver - ensure it works correctly if user passes an int for
ex_mincount or ex_maxcount kwarg.
Reported by Frederic Michaud, part of LIBCLOUD-410.
> in AWS nodecreation maxcount and mincount can't support int
> -----------------------------------------------------------
>
> Key: LIBCLOUD-410
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-410
> Project: Libcloud
> Issue Type: Bug
> Components: Compute
> Affects Versions: 0.13.0
> Environment: Linux
> Reporter: Frederic Michaud
>
> I put 1 in maxcount and in aws line 125 :
> for key in keys:
> pairs.append(urlquote(key, safe='') + '=' +
> urlquote(params[key], safe='-_~'))
> This function validate all arg but 1 is not string is int
> is have attrbut rstrip
--
This message was sent by Atlassian JIRA
(v6.1#6144)