Github user asfgit closed the pull request at:
https://github.com/apache/libcloud/pull/967
---
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 en
[
https://issues.apache.org/jira/browse/LIBCLOUD-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15817158#comment-15817158
]
ASF GitHub Bot commented on LIBCLOUD-806:
-
Github user asfgit closed the pull re
fix vsphere driver
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/040d2955
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/040d2955
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/040d2955
Branch:
use strerror attr as error message
Closes #967
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6ee86a44
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6ee86a44
Diff: http://git-wip-us.apache.org/repos/asf/lib
changes for #967
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/faf0a5a5
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/faf0a5a5
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/faf0a5a5
Branch: r
Repository: libcloud
Updated Branches:
refs/heads/trunk 3dd6d0181 -> faf0a5a5c
readd kwargs to __new__
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5591889e
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tr
Brian Lawney created LIBCLOUD-886:
-
Summary: GoogleStorageDriver.get_container does not catch 400
errors, and invalid Container instances are created as a result
Key: LIBCLOUD-886
URL: https://issues.apache.org/ji
GitHub user jbaublitz opened a pull request:
https://github.com/apache/libcloud/pull/974
Bug fix for deletion against asynchronous Google subnetwork API
## Bug fix for `ex_destroy_subnetwork`
### Description
libcloud assumes that the Google subnetwork API is synchronous
GitHub user tonybaloney opened a pull request:
https://github.com/apache/libcloud/pull/973
Fix access to httplib.HTTPResponse class from RawResponses
I've noticed that some drivers rely on access to a `httplib.HTTPResponse`
object as a property of `RawResponse`. This was updated in