Files
python-ceilometerclient/ceilometerclient/tests
ZhiQiang Fan 8cc1a8a024 Avoid dead loop when token is string format
The token needs to be a callable object in http.Client, so we assign
a lambda expression to it when it is a string, but current implementation
will cause dead loop since it is x = lambda: x. This patch fixes it
and improves the corresponding test code.

Change-Id: Id41edd705b46196404e5cb3483a290074bde12d0
Closes-Bug: #1301877
2014-04-26 11:50:11 +08:00
..
2013-06-30 22:40:55 -07:00
2013-11-22 11:03:42 +08:00
2013-12-16 17:14:39 +01:00
2013-10-21 12:20:03 +08:00