Comment 4 for bug 1525332

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to openstack/python-ironicclient (openstack-ci/fuel-8.0/liberty)

Reviewed: https://review.fuel-infra.org/14644
Submitter: Pkgs Jenkins <email address hidden>
Branch: openstack-ci/fuel-8.0/liberty

Commit: bc94878af2827aefc361edc36590b33b1684e0a3
Author: Anton Arefiev <email address hidden>
Date: Mon Dec 14 10:03:05 2015

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: #1525332