summaryrefslogtreecommitdiff
path: root/heatclient/common/http.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Modify stack ID lookup to only use stacks:lookupSteven Hardy2014-03-141-12/+20
|/
* Rename --timeout global option and make it workSteven Hardy2014-03-101-0/+4
* Merge "Don't use request builtin redirect for any methods"Jenkins2014-02-251-13/+9
|\
| * Don't use request builtin redirect for any methodsChmouel Boudjnah2014-02-181-13/+9
* | Merge "Only call decode() on bytes"Jenkins2014-02-191-1/+5
|\ \
| * | Only call decode() on bytesCyril Roelandt2014-02-171-1/+5
* | | Merge "Decode all headers before logging curl commands"Jenkins2014-02-181-1/+3
|\ \ \ | |_|/ |/| |
| * | Decode all headers before logging curl commandsChmouel Boudjnah2014-02-121-1/+3
| |/
* | Make POST/PUT redirects use original methodsPaul Van Eck2014-02-141-5/+5
|/
* Add more default CA pathsRandall Burt2014-02-071-3/+7
* Port to python requestsChmouel Boudjnah2014-02-071-163/+90
* Reuse BaseManager and Resource from osloAndrey Kurilin2013-12-161-0/+25
* Use jsonutils from oslo incubatorChmouel Boudjnah2013-12-161-7/+3
* Add --include-pass option for grizzly backwards compatchenhaiq2013-12-051-1/+12
* use correct url on Windows platformchenhaiq2013-11-261-1/+2
* remove python 2.5 support for parse_sqlKui Shi2013-10-231-5/+0
* Import urlutils from openstack commonKui Shi2013-10-221-4/+4
* Import httplib from six.movesKui Shi2013-10-161-1/+2
* Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
* Add handler for heatclient.common.httpZhiQiang Fan2013-09-041-0/+2
* Fix and enable Hacking H501 warningDirk Mueller2013-09-021-2/+4
* Add X-Region-Name parameter in HTTP requestNachi Ueno2013-08-221-0/+3
* Set credentials headers if there is no auth token.Steve Baker2013-07-191-4/+8
* Only set X-Auth-User, X-Auth-Key on stack create/update.Steve Baker2013-07-051-4/+6
* Fix all but H302 hacking rules.Angus Salkeld2013-06-271-2/+1
* Stop passing path to VerifiedHTTPSConnectionBryan D. Payne2013-06-131-1/+1
* Fix some "H" pep errorsAngus Salkeld2013-05-201-2/+2
* Cleaned up code in anticipation of flake8.Monty Taylor2013-05-181-2/+1
* "heat stack-create" doesn't return the error message from server0.2.2Simon Pasquier2013-04-021-4/+4
* Return the body as a string instead of an iterable.Steve Baker2013-03-271-9/+3
* Add switch to disable token authentication.Ian Main2013-01-311-0/+3
* Display a better error message on HTTP exceptionSteve Baker2012-12-111-4/+2
* Implement client resource support.Steve Baker2012-11-201-1/+2
* adding test coverage for common/http, improving the redirect handlingDan Radez2012-11-131-2/+5
* Support name or id for stack operations.Steve Baker2012-11-131-1/+8
* Pass username and password as well as token.Steve Baker2012-11-071-0/+6
* An error response shouldn't be logged as an error, since it is part of the RE...Steve Baker2012-10-251-1/+1
* Initial importSteve Baker2012-10-101-0/+276