python-ironicclient/releasenotes/notes/missing-session-cc11e62dc966b4e0.yaml
Dmitry Tantsur 66a9c87c39 Make it clear that a Session is required for v1.client.Client
Change-Id: Icfb5f11a59a6b7cc65dcda0b87240c57c120e228
2019-09-24 13:31:43 +02:00

11 lines
397 B
YAML

---
fixes:
- |
Fixes a confusing error message when a session is not provided for
``ironicclient.v1.client.Client``.
- |
With the removal of the ``HTTPClient`` class in the release 3.0.0, it is
now mandatory to pass a session into ``ironicclient.v1.client.Client``.
The helper call ``ironicclient.client.get_client`` can also be used to
construct a session implicitly.