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
6.0 KiB
6.0 KiB