File: missing-session-cc11e62dc966b4e0.yaml

package info (click to toggle)
python-ironicclient 5.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,632 kB
  • sloc: python: 25,269; makefile: 22; sh: 8
file content (10 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
---
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.