Files
Stephen Finucane d8a039d131 typing: Removing additional unused kwargs (1/2)
Remove kwargs from the following methods in
'keystoneauth1.plugin.BaseAuthPlugin' and all subclasses as they are not
used in any subclass nor provided by the 'keystoneauth1.session.Session'
or 'keystoneauth1.adapter.Adapter' classes:

  get_user_id
  get_project_id
  get_sp_auth_url
  get_sp_url

Also remove kwargs from the following methods in 'BaseAuthPlugin' and
all subclasses, along with the equivalent wrapping method in 'Session'.
While these are provided by the 'Session' method, none of the
'BaseAuthPlugin' subclasses are actually using them.

  keystoneauth1.plugin.BaseAuthPlugin.get_all_version_data
  keystoneauth1.session.Session.get_all_version_data

Note that the equivalent method in Adapter never allowed kwargs so that
doesn't need updates.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I73a30fd2c878d57474447f30cb07ae0f47385e04
2025-02-13 12:52:18 +00:00
..
2024-09-11 18:43:59 +01:00
2025-02-07 09:41:45 +01:00
2025-02-07 09:41:45 +01:00
2025-02-07 09:41:45 +01:00