summaryrefslogtreecommitdiff
path: root/ironicclient/common/http.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a LOG.warning which didn't work properlyqueens-em2.2.2Kaifeng Wang2018-10-231-1/+1
* Traits supportJim Rollenhagen2018-01-251-1/+1
* Allow API user to define list of versionsJulia Kreger2018-01-181-7/+45
* Facilitate latest Rest API useJulia Kreger2018-01-181-12/+50
* Use StrictVersion to compare versionsHironori Shiina2018-01-111-1/+1
* Pass missing arguments to session in SessionClient._make_session_requestDmitry Tantsur2017-11-031-1/+9
* Do not use urljoin in base http clientPavlo Shchelokovskyy2017-10-061-3/+6
* Update and optimize documentation linksHangdong Zhang2017-07-181-1/+1
* Remove log translationsTao Li2017-03-301-10/+8
* Print pecan exceptions properlyVladyslav Drok2017-02-101-2/+10
* Fix python3 compatibility when HTTP Error are returned1.8.0Marc Aubry2016-11-081-13/+12
* Catch RetriableConnectionFailures from KAuth and retrySam Betts2016-06-021-1/+2
* Merge "Set endpoint_override while doing session.request"Jenkins2016-04-121-0/+6
|\
| * Set endpoint_override while doing session.requestVladyslav Drok2016-03-211-0/+6
* | Fix typos in docstrings and commentsDao Cong Tien2016-04-061-1/+1
|/
* Use keystoneauth instead of keystoneclientVladyslav Drok2016-03-031-1/+1
* Use requests lib in HTTPClientAnton Arefiev2016-03-031-88/+61
* Merge "Replace HTTP 'magic numbers' with constants"Jenkins2016-03-021-10/+15
|\
| * Replace HTTP 'magic numbers' with constantsJohn L. Villalovos2016-02-041-10/+15
* | Log SHA1 hash of X-Auth-Token valueLokesh S2016-02-261-1/+25
|/
* Do not log secretsLucas Alvares Gomes2016-01-061-1/+4
* Scale back on how many warnings we issueDmitry Tantsur2015-12-111-2/+1
* Add missing translation markersAnton Arefiev2015-11-191-21/+25
* replace LOG.warn with LOG.warningHaoZhi, Cui2015-11-191-6/+6
* Replace six.iteritems() with .items()Ruby Loo2015-09-281-1/+1
* Set a default endpoint value of NoneJulia Kreger2015-09-221-1/+1
* Also retry on connection refusedDmitry Tantsur2015-07-271-1/+5
* Merge "Filtering nodes by provision state"Jenkins2015-07-201-1/+1
|\
| * Filtering nodes by provision stateZhenguo Niu2015-07-201-1/+1
* | Fix version negotiationLucas Alvares Gomes2015-07-161-1/+3
|/
* Allow specifying a set of fields of the Node resourceLucas Alvares Gomes2015-07-091-1/+1
* Expose node's clean_step and bump default versionRuby Loo2015-07-071-1/+1
* Merge "Also retry on HTTP 503 (service unavailable)"Jenkins2015-07-061-1/+1
|\
| * Also retry on HTTP 503 (service unavailable)Dmitry Tantsur2015-06-291-1/+1
* | Cache negotiated api microversion for serverMichael Davies2015-06-231-3/+17
|/
* Cleanup session creationJamie Lennox2015-06-181-26/+68
* Remove unneeded 'utf-8' coding linesJohn L. Villalovos2015-04-211-2/+0
* Implement and enable retries on ConflictDmitry Tantsur2015-04-171-0/+46
* Client should fall back to the lower versions if necessaryDevananda van der Veen2015-04-131-4/+126
* Fix the final PEP8 errorsJohn L. Villalovos2015-03-101-3/+3
* Enable ironicclient with --ironic-api-version 1.xLin Tan2015-03-061-8/+18
* ironicclient handle faultstring when using SessionClientjiangfei2015-01-161-14/+18
* Fix log_curl_request API version duplicationVladyslav Drok2014-11-261-4/+8
* Add keystone v3 CLI supportDavid Hu2014-10-061-0/+76
* Bump hacking versionGhe Rivero2014-10-021-0/+1
* Trim trailing slash and version from endpointJim Rollenhagen2014-08-051-2/+8
* Expose auth_ref in ironicclient client objectMichael Davies2014-07-101-0/+1
* Add UTF-8 coding lines to all Python filesMartin Geisler2014-05-311-0/+2
* Merge "Sync latest code and reuse exceptions from oslo"Jenkins2014-04-241-8/+8
|\
| * Sync latest code and reuse exceptions from osloAndrey Kurilin2014-04-241-8/+8