python-ironicclient/releasenotes/notes/switch-requests-8304d4465a8976b1.yaml
Anton Arefiev b6b1981be4 Use requests lib in HTTPClient
This change proposes switch to requests lib instead using
HTTPConnection and VerifiedHTTPSConnection, requests lib is
recommended for higher-level http client interface.

Also HTTPConnection can't work with API server behind proxy.

Change-Id: I0393aaf38e59bdfdefb0e00aaa514a3246bf639b
Closes-Bug: 1500929
2016-03-03 11:13:30 +02:00

6 lines
197 B
YAML

---
features:
- Switch HTTP client to requests lib. It allows client to work with API
behind the proxy, configure proxies by setting the environment
variables HTTP_PROXY and HTTPS_PROXY.