GitHub user phillipkent opened a pull request:
https://github.com/apache/cloudstack-cloudmonkey/pull/11
Update requester.py
urllib.quote_plus() requires the option safe="*" (that is, the * character
is not encoded) to be consistent with CloudStack's internal encoder/decoder.
Without this, API calls containing the * character will fail API authentication.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/phillipkent/cloudstack-cloudmonkey
fix_urllib_quote_plus
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack-cloudmonkey/pull/11.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #11
----
commit 46b84a6ef713f939ce03b5e613d133ddbc70338f
Author: Phillip Kent <[email protected]>
Date: 2015-12-19T15:47:56Z
Update requester.py
urllib.quote_plus() requires the option safe="*" (that is, the * character
is not encoded) to be consistent with CloudStack's internal encoder/decoder.
Without this, API calls containing the * character will fail API authentication.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---