Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.15.1
-
None
-
None
-
Ubuntu, python 2.7
Description
If a user sets LIBCLOUD_DEBUG, they will receive an error and no requests will be made. This is happening on trunk.
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'
I can manually add the stream keyword to the parameter list and all is good again.
Attachments
Issue Links
- links to