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/loggingconnection.py LoggingConnection.request does not accept the stream keyword which causes an error: TypeError: request() got an unexpected keyword argument 'stream' ``` Reported by @supertom You can merge this pull request into a Git repository by running: $ git pull https://github.com/tonybaloney/libcloud fix_debug_pattern Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/978.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 #978 ---- commit ed6d012aab1c8bad83f66bf4ed4621b1d5fe0d27 Author: Anthony Shaw <anthonys...@apache.org> Date: 2017-01-18T03:24:53Z create a test to prove LIBCLOUD-887 is a bug ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---