OpenStack BaseConnection does not allow GET parameters as a key-value pairing
-----------------------------------------------------------------------------

                 Key: LIBCLOUD-153
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-153
             Project: Libcloud
          Issue Type: Bug
          Components: Core
            Reporter: Dave King
            Priority: Minor


For GETs, OpenStack BaseConnection assigns the cache-busting attribute on the 
parameters to a random number.

This assignment is done as a dictionary assignment, meaning it is not possible 
to pass in a value of key-value pairs (the main reason to do this is to pass 
the same key in with different values, for example, as in the batch delete at 
http://docs.rackspace.com/loadbalancers/api/v1.0/clb-devguide/content/Remove_Nodes-d1e2675.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to