python-ironicclient/releasenotes/notes/remove-deprecated-http-client-c969f583573251e9.yaml
Riccardo Pittau 6fd8ee46e8 Remove deprecated common.http.HTTPClient class
The class common.http.HTTPClient is deprecated and merked for
removal in Stein.
This patch removes it entirely, the class common.http.SessionClient
should be used instead.

Change-Id: I527d39d64c3ded9f61babcdf07d0492799b76fb9
Story: 2006422
Task: 36314
2019-08-20 17:49:25 +00:00

6 lines
144 B
YAML

---
upgrade:
- |
Removes deprecated ``common.http.HTTPClient`` class.
The ``common.http.SessionClient`` class should be used instead.