From 204b21aceac7f7aef8daab3256f70bed2a879ae4 Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Tue, 12 Sep 2017 16:18:00 -0500 Subject: [PATCH] Correct docs usage of keystoneauth1 session keystoneclient.session has been long deprecated in favor of keystoneauth1.session. This change corrects entries in the documentation to use the correct library's session. Change-Id: I16c9cd9a63c584c032ba9b3958014a4abaa99ca0 --- keystonemiddleware/auth_token/_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystonemiddleware/auth_token/_auth.py b/keystonemiddleware/auth_token/_auth.py index 966c42eb..29019d9f 100644 --- a/keystonemiddleware/auth_token/_auth.py +++ b/keystonemiddleware/auth_token/_auth.py @@ -91,7 +91,7 @@ class AuthTokenPlugin(plugin.BaseAuthPlugin): determine the endpoint. :param session: The session object that the auth_plugin belongs to. - :type session: keystoneclient.session.Session + :type session: keystoneauth1.session.Session :param version: The version number required for this endpoint. :type version: tuple or str :param str interface: what visibility the endpoint should have.