summaryrefslogtreecommitdiff
path: root/keystoneclient/adapter.py
Commit message (Expand)AuthorAgeFilesLines
* Remove use of positional decoratorMorgan Fainberg2017-08-071-2/+0
* Removing bandit.yaml in favor of defaultsChristopher J Schaefer2016-04-191-2/+4
* Deprecate adapterJamie Lennox2016-02-031-0/+7
* use positional library instead of utilsSteve Martinelli2016-01-251-3/+2
* Allow passing logger object to requestJamie Lennox2015-03-161-1/+7
* Change oslo.serialization to oslo_serializationBrant Knudson2015-01-311-1/+1
* Surface the user_id and project_id beyond the pluginJamie Lennox2015-01-231-0/+34
* get_endpoint should return the overrideJamie Lennox2014-12-071-0/+3
* Pass all adapter parameters through to adapterJamie Lennox2014-12-051-0/+2
* Correct documenting constructor parametersBrant Knudson2014-12-041-18/+17
* Merge "Docstring cleanup for return type"Jenkins2014-12-021-2/+4
|\
| * Docstring cleanup for return typeBrant Knudson2014-10-151-2/+4
* | Merge "Cleanup docs - raises class"Jenkins2014-11-181-2/+4
|\ \
| * | Cleanup docs - raises classBrant Knudson2014-10-181-2/+4
| |/
* | Use oslo.utils and oslo.serializationSteve Martinelli2014-10-151-1/+2
|/
* Allow retrying some failed requestsJamie Lennox2014-09-161-1/+9
* Expose auth methods on the adapterJamie Lennox2014-09-011-8/+41
* Add version parameter to adapter.Jamie Lennox2014-09-011-1/+5
* Allow providing an endpoint_override to requestsJamie Lennox2014-09-011-3/+8
* Use jsonutils to load adapter responseJamie Lennox2014-07-151-1/+2
* Session AdaptersJamie Lennox2014-06-251-0/+115