[GitHub] libcloud pull request #967: fix vsphere driver issue LIBCLOUD-806

2017-01-10 Thread asfgit
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

[jira] [Commented] (LIBCLOUD-806) VSphere Driver - TypeError

2017-01-10 Thread ASF GitHub Bot (JIRA)
[ 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

[2/4] libcloud git commit: fix vsphere driver

2017-01-10 Thread anthonyshaw
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:

[3/4] libcloud git commit: use strerror attr as error message Closes #967

2017-01-10 Thread anthonyshaw
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

[4/4] libcloud git commit: changes for #967

2017-01-10 Thread anthonyshaw
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

[1/4] libcloud git commit: readd kwargs to __new__

2017-01-10 Thread anthonyshaw
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

[jira] [Created] (LIBCLOUD-886) GoogleStorageDriver.get_container does not catch 400 errors, and invalid Container instances are created as a result

2017-01-10 Thread Brian Lawney (JIRA)
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] libcloud pull request #974: Bug fix for deletion against asynchronous Google...

2017-01-10 Thread jbaublitz
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] libcloud pull request #973: Fix access to httplib.HTTPResponse class from Ra...

2017-01-10 Thread tonybaloney
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