Frederic Michaud created LIBCLOUD-410:
-----------------------------------------
Summary: 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)