[jira] [Commented] (LIBCLOUD-887) setting LIBCLOUD_DEBUG causes unexpected keyword 'stream' TypeError

2017-01-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15827417#comment-15827417 ] ASF subversion and git services commented on LIBCLOUD-887: -- Com

[jira] [Commented] (LIBCLOUD-887) setting LIBCLOUD_DEBUG causes unexpected keyword 'stream' TypeError

2017-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15827418#comment-15827418 ] ASF GitHub Bot commented on LIBCLOUD-887: - Github user asfgit closed the pull re

[3/3] libcloud git commit: changes for #978

2017-01-17 Thread anthonyshaw
changes for #978 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/419c6944 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/419c6944 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/419c6944 Branch: r

[GitHub] libcloud pull request #978: Fix LIBCLOUD-887

2017-01-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/978 --- 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

[2/3] libcloud git commit: fix and also support for StringIO as enable_debug file handle argument

2017-01-17 Thread anthonyshaw
fix and also support for StringIO as enable_debug file handle argument Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/57c5929b Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/57c5929b Diff: http://git-wip-us.

[1/3] libcloud git commit: create a test to prove LIBCLOUD-887 is a bug

2017-01-17 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 0f831f561 -> 419c69441 create a test to prove LIBCLOUD-887 is a bug Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ed6d012a Tree: http://git-wip-us.apache.org/

[jira] [Resolved] (LIBCLOUD-856) Libcloud is unable to use TLSv1.1 and TLSv1.2

2017-01-17 Thread Anthony Shaw (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Shaw resolved LIBCLOUD-856. --- Resolution: Fixed fixed in v2.0.0 > Libcloud is unable to use TLSv1.1 and TLSv1.2 > ---

[jira] [Resolved] (LIBCLOUD-811) GoDaddy driver mishandling shopper ID parameter

2017-01-17 Thread Anthony Shaw (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Shaw resolved LIBCLOUD-811. --- Resolution: Fixed > GoDaddy driver mishandling shopper ID parameter > --

[jira] [Resolved] (LIBCLOUD-813) create_record of GoDaddy DNS driver throws exception

2017-01-17 Thread Anthony Shaw (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Shaw resolved LIBCLOUD-813. --- Resolution: Fixed > create_record of GoDaddy DNS driver throws exception > -

[jira] [Resolved] (LIBCLOUD-812) Setting libcloud.security.VERIFY_SSL_CERT = False still results in CERTIFICATE_VERIFY_FAILED errors on python 2.7.11

2017-01-17 Thread Anthony Shaw (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Shaw resolved LIBCLOUD-812. --- Resolution: Fixed > Setting libcloud.security.VERIFY_SSL_CERT = False still results in > CE

[jira] [Resolved] (LIBCLOUD-887) setting LIBCLOUD_DEBUG causes unexpected keyword 'stream' TypeError

2017-01-17 Thread Anthony Shaw (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Shaw resolved LIBCLOUD-887. --- Resolution: Fixed > setting LIBCLOUD_DEBUG causes unexpected keyword 'stream' TypeError > --

[jira] [Commented] (LIBCLOUD-887) setting LIBCLOUD_DEBUG causes unexpected keyword 'stream' TypeError

2017-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15827373#comment-15827373 ] ASF GitHub Bot commented on LIBCLOUD-887: - GitHub user tonybaloney opened a pull

[GitHub] libcloud pull request #978: Fix LIBCLOUD-887

2017-01-17 Thread tonybaloney
GitHub user tonybaloney opened a pull request: https://github.com/apache/libcloud/pull/978 Fix LIBCLOUD-887 If a user sets LIBCLOUD_DEBUG, they will receive an error and no requests will be made. This is happening on trunk and v2.0.0rc1-tentative ``` In ./libcloud/utils