[
https://issues.apache.org/jira/browse/LIBCLOUD-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomaz Muraus resolved LIBCLOUD-410.
-----------------------------------
Resolution: Fixed
Assignee: Tomaz Muraus
Good catch, thanks.
Pushed a fix to trunk.
> 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
> Assignee: Tomaz Muraus
>
> 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)