summaryrefslogtreecommitdiff
path: root/keystoneclient/httpclient.py
Commit message (Expand)AuthorAgeFilesLines
* use positional library instead of utilsSteve Martinelli2016-01-251-4/+4
* Merge "Address hacking check H405"Jenkins2016-01-231-2/+4
|\
| * Address hacking check H405lin-hua-cheng2016-01-131-2/+4
* | Deprecate the baseclient.ClientJamie Lennox2015-12-171-1/+1
|/
* Proper deprecation for httpclient.USER_AGENTBrant Knudson2015-08-291-2/+6
* Deprecate create HTTPClient without sessionBrant Knudson2015-08-291-7/+33
* Proper deprecation for Session.construct()Brant Knudson2015-08-131-1/+1
* Deprecate ServiceCatalog(region_name)Brant Knudson2015-08-131-1/+6
* Stop using .keys() on dicts where not neededBrant Knudson2015-08-061-1/+1
* Proper deprecation for HTTPClient session and adapter propertiesBrant Knudson2015-08-041-5/+16
* Proper deprecation for HTTPClient.request methodsBrant Knudson2015-08-041-21/+49
* Proper deprecation for HTTPClient.tenant_id|nameBrant Knudson2015-08-041-2/+23
* Proper deprecation for HTTPClient tenant_id, tenant_name parametersBrant Knudson2015-08-041-3/+11
* Proper deprecation for httpclient.request()Brant Knudson2015-07-261-2/+14
* Stop using deprecated AccessInfo.auth_url and management_urlBrant Knudson2015-07-241-2/+8
* tox env for BanditBrant Knudson2015-06-031-1/+1
* Adapter version is a tupleBrant Knudson2015-04-301-1/+5
* Change oslo.serialization to oslo_serializationBrant Knudson2015-01-311-1/+1
* Allow fetching user_id/project_id from authJamie Lennox2015-01-051-0/+6
* Pass all adapter parameters through to adapterJamie Lennox2014-12-051-4/+27
* Correct documenting constructor parametersBrant Knudson2014-12-041-58/+56
* Make keystoneclient use an adapterJamie Lennox2014-11-211-57/+153
* Merge "Cleanup docs - raises class"Jenkins2014-11-181-3/+4
|\
| * Cleanup docs - raises classBrant Knudson2014-10-181-3/+4
* | I18nBrant Knudson2014-10-281-9/+13
* | Merge "Prevent AttributeError if no authorization"Jenkins2014-10-271-1/+1
|\ \
| * | Prevent AttributeError if no authorizationAdam Young2014-10-241-1/+1
* | | Merge "Remove warning about management token"Jenkins2014-10-251-1/+1
|\ \ \ | |/ / |/| |
| * | Remove warning about management tokenMonty Taylor2014-10-121-1/+1
| |/
* | Use oslo.utils and oslo.serializationSteve Martinelli2014-10-151-1/+1
|/
* Update hacking to 0.9.xSteve Martinelli2014-09-211-1/+1
* Merge "Move fake session to HTTPClient"Jenkins2014-08-261-0/+18
|\
| * Move fake session to HTTPClientJamie Lennox2014-08-211-0/+18
* | Add the 'auth' interface typeJamie Lennox2014-07-251-1/+1
|/
* Only conditionally import working keyringSean Dague2014-07-171-2/+14
* Merge "Unversioned endpoints in service catalog"Jenkins2014-06-251-0/+9
|\
| * Unversioned endpoints in service catalogJamie Lennox2014-06-231-0/+9
* | Update keystoneclient code to account for hacking 0.9.2Steve Martinelli2014-06-191-1/+2
|/
* replace string format arguments with function parametersChristian Berendt2014-05-201-5/+4
* Merge "Handle URLs via the session and auth_plugins"Jenkins2014-03-251-11/+19
|\
| * Handle URLs via the session and auth_pluginsJamie Lennox2014-03-251-11/+19
* | Start using positional decoratorJamie Lennox2014-03-251-0/+4
|/
* Remove vim headerEric Guo2014-02-081-2/+0
* Create Authentication PluginsJamie Lennox2014-02-041-17/+26
* Provide a conversion function for creating sessionJamie Lennox2014-02-031-24/+8
* Merge "Adjust import items according to hacking import rule"Jenkins2014-01-301-0/+1
|\
| * Adjust import items according to hacking import ruleEric Guo2014-01-171-0/+1
* | Respect region name when processing domain URLJamie Lennox2014-01-211-8/+10
|/
* Merge "Correctly handle auth_url/token authentication"Jenkins2014-01-021-5/+14
|\
| * Correctly handle auth_url/token authenticationJamie Lennox2013-12-201-5/+14