summaryrefslogtreecommitdiff
path: root/keystoneclient/httpclient.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fixing D105 PEP257"Jenkins2016-05-041-0/+2
|\
| * Fixing D105 PEP257Navid Pustchi2016-05-041-0/+2
* | Merge "Fixing D200 PEP257 violation."Jenkins2016-05-041-6/+2
|\ \ | |/
| * Fixing D200 PEP257 violation.Navid Pustchi2016-05-041-6/+2
* | Merge "Fixing D202 and D203 PEP257 violation."Jenkins2016-05-041-2/+0
|\ \ | |/
| * Fixing D202 and D203 PEP257 violation.Navid Pustchi2016-05-041-2/+0
* | httpclient: remove unused debug kwargsJulien Danjou2016-05-021-5/+1
|/
* Fix D400 PEP257 violation.Navid Pustchi2016-04-231-1/+1
* Fix D401 PEP257 violation.Navid Pustchi2016-04-231-4/+4
* Removing bandit.yaml in favor of defaultsChristopher J Schaefer2016-04-191-11/+17
* Merge "Deprecate adapter"Jenkins2016-02-121-1/+1
|\
| * Deprecate adapterJamie Lennox2016-02-031-1/+1
* | Merge "Remove python 2.5 workaround"Jenkins2016-02-041-6/+0
|\ \
| * | Remove python 2.5 workaroundBrant Knudson2016-01-311-6/+0
| |/
* | Update keyring requirementsBrant Knudson2016-01-311-2/+3
|/
* 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