summaryrefslogtreecommitdiff
path: root/heatclient/common/http.py
Commit message (Expand)AuthorAgeFilesLines
* Migrate to new oslo_xxx namespacetengqm2015-03-231-4/+3
* Fix SessionClient error when endpoint=NonePeter Razumovsky2015-03-021-5/+13
* Merge "Add transtlation markers for log messages"Jenkins2014-12-251-2/+4
|\
| * Add transtlation markers for log messagesTetiana Lashchova2014-12-101-2/+4
* | Merge "Add transtlation markers for error messages"Jenkins2014-12-141-9/+13
|\ \ | |/
| * Add transtlation markers for error messagesTetiana Lashchova2014-12-101-9/+13
* | Merge "Curl statements to include globoff for IPv6 URLs"Jenkins2014-12-111-1/+1
|\ \ | |/ |/|
| * Curl statements to include globoff for IPv6 URLssridhargaddam2014-11-241-1/+1
* | Convert importutils to oslo.utilsSteven Hardy2014-12-031-1/+1
* | Convert strutils to oslo.utils.encodeutilsSteven Hardy2014-11-121-3/+8
|/
* Move to oslo.serializationSteven Hardy2014-11-101-1/+2
* Make sure the --heat-url option is respectedJason Dunsmore2014-10-231-0/+5
* Add support for OSprofilerAngus Salkeld2014-09-161-0/+4
* Re-add keystone v3 auth with fixesDavid Hu2014-09-041-0/+79
* Merge "Handle upper cased endpoints"Jenkins2014-08-271-1/+1
|\
| * Handle upper cased endpointsAngus Salkeld2014-08-271-1/+1
* | Merge "Don't expose X-Auth-Token in heat CLI"Jenkins2014-08-271-2/+13
|\ \ | |/ |/|
| * Don't expose X-Auth-Token in heat CLIlvdongbing2014-07-251-2/+13
* | Revert "Add keystone v3 auth support"Thomas Herve2014-07-281-59/+0
|/
* Add keystone v3 auth supportDavid Hu2014-07-171-0/+59
* Do not set up logging handler in httpSteve Baker2014-06-251-3/+0
* Don't allow "propagate" of heatclient loggerliu-sheng2014-05-301-0/+1
* fixed typos found by RETF rulesChristian Berendt2014-05-031-1/+1
* Merge "Remove dependent module py3kcompat"Jenkins2014-03-201-2/+2
|\
| * Remove dependent module py3kcompatllg82122014-03-181-2/+2
* | 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