b21dc1dddd
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
7 lines
191 B
YAML
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.
|