summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2020-04-06 13:49:27 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2020-04-07 15:33:14 +0200
commitb21dc1dddd0042eb6950e3595a98b7e19da89030 (patch)
tree65b3708f60c2e6495f02e9cf661bacc4c37dbe0b /releasenotes
parent565a256f4e8bfc37e1203e22437cfdcfb73436b0 (diff)
downloadpython-ironicclient-b21dc1dddd0042eb6950e3595a98b7e19da89030.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/session-create-092172964afdb71b.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/session-create-092172964afdb71b.yaml b/releasenotes/notes/session-create-092172964afdb71b.yaml
new file mode 100644
index 0000000..b8429fa
--- /dev/null
+++ b/releasenotes/notes/session-create-092172964afdb71b.yaml
@@ -0,0 +1,6 @@
+---
+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.