GitHub user micafer opened a pull request:
https://github.com/apache/libcloud/pull/1145
Improve error messages in VOMS and OIDC OpenStackIdentity connectors
## Improve error messages in VOMS and OIDC OpenStackIdentity connectors
### Description
Add response.body as body of the MalformedResponseError to improve error
messages in case of non expected response code.
### Status
- done, ready for review
### Checklist (tick everything that applies)
- [X] [Code
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
(required, can be done after the PR checks)
- [ ] Documentation
- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [ ]
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
(required for bigger changes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/micafer/libcloud trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1145.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 #1145
----
commit 814bc3e366bdce7f2b935eeb3c7ed21d562cf3e8
Author: micafer <[email protected]>
Date: 2017-06-20T06:21:37Z
Fix #LIBCLOUD-925
commit 7deee735c43b38e021153579d41193b49cbba1dd
Author: micafer <[email protected]>
Date: 2017-11-29T12:37:11Z
Merge remote-tracking branch 'upstream/trunk' into trunk
commit 00efcf2be242acfa8821dec7c2ec14537a5f9584
Author: micafer <[email protected]>
Date: 2017-11-29T12:51:18Z
Improve error message
----
---