Files
python-glanceclient/glanceclient/common
kairat_kushaev 2561e4061c Update auth_token before sending request
Previously auth_token was initialized once in __init__ method.
After that we stored token in session headers. So to refresh token
users need to instantiate a new session inside http client or
re-create client itself.
In order to provide possibility to refresh token we need
to add token header before sending the request. So users can
just update auth_token attribute in the HTTPClient to refresh
user token.

Change-Id: Ifebe9011870bbddc46fc6d6a26563641d5559e97
Closes-Bug: #1563495
2016-03-30 13:33:19 +03:00
..
2012-03-26 22:48:48 -07:00
2014-06-12 14:42:46 +03:00
2016-01-15 16:29:27 +03:00
2015-07-21 17:08:27 +03:00