You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Frederic Michaud (JIRA)" <ji...@apache.org> on 2013/10/15 23:05:41 UTC

[jira] [Created] (LIBCLOUD-410) in AWS nodecreation maxcount and mincount can't support int

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)