python-ironicclient/releasenotes/notes/session-create-092172964afdb71b.yaml
Dmitry Tantsur b21dc1dddd Get rid of the oslo.config requirement
It is only used to populate the list of supported Session options.
Use openstacksdk to create a session with all arguments instead.
Since it's already a dependency of osc-lib, this changes adds no
new dependencies, while substantially simplifying the code.

Change-Id: I6100f94c18cbf3e90d4a6d3ec2a3fc74ebea53a5
2020-04-07 15:33:14 +02:00

7 lines
191 B
YAML

---
upgrade:
- |
When no session is provided in the ``get_client`` call, a session is now
created using OpenStackSDK. Only arguments that are supported by it are
supported now.