[
https://issues.apache.org/jira/browse/LIBCLOUD-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209587#comment-13209587
]
Tomaz Muraus commented on LIBCLOUD-153:
---------------------------------------
I would be OK with only supporting this in the OpenStack driver for now, but I
would also like to fix it inside the base connection class and other drivers
ASAP.
Also keep in mind that there are many hooks and places where the request
parameters are modified (add_default_params, etc.) which means we need to be
careful when modifying existing code and add a bunch of tests so we can be sure
that we didn't break something.
> 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
> Attachments: libcloud-153.patch
>
>
> 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