You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openstacksdk 4.11.0 add hints for various proxy attributes of the
Connection object. Since some services provided multiple proxy
implementations for different API major versions and since these are
runtime configurable, we need to add runtime assertions to verify the
version of a given proxy that is in use. This is achieved using the new
`openstack.utils.ensure_service_version` helper in places where the
called method is potentially confusing.
Note that fixing a few small issues where we were passing parameters to
SDK that were not supported. All are fixed here to keep mypy happy. Also
note that we change the types passed to some `get_user_id` calls from
the identity proxy to session. These should not be necessary since the
call is clearly happy with an adapter as well as a session, but it's not
harm and avoids changes to keystoneauth so...
Change-Id: I535f10f1165fc4c0e2e21be066380290875ea489
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
0 commit comments