key_manager.find_secret() fails with unexpected keyword argument 'microversion'
Bug #2066045 reported by
Markus Hentsch
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstacksdk |
New
|
Undecided
|
Unassigned |
Bug Description
The following sample code snippet fails with openstacksdk 3.1.0:
```
import openstack
conn = openstack.
conn.key_
```
Error message:
```
...
return match.fetch(
TypeError: Secret.fetch() got an unexpected keyword argument 'microversion'
```
Seems like the fetch() implementation for the Secret resource class[^1] is missing a `**params` kwargs argument in contrast to its base class[^2].
To post a comment you must log in.