Files
python-glanceclient/glanceclient/common
Jamie Lennox 62df6c669f Handle HTTP byte returns in python 3
The returns from requests' response.content is a bytes type. Under
python 3 this fails in error handling and string conversion. The
response.text variable should be used to treat a response body as a
string.

Closes-Bug: #1407531
Change-Id: Ifd588b5f6820ef21beb186d88d0b3f1a267695aa
2015-01-14 12:32:07 +10:00
..
2012-03-26 22:48:48 -07:00
2014-06-12 14:42:46 +03:00
2015-01-14 12:32:07 +10:00