From 65dffd87facfa3fc971a48b04fb18db1d07a2c0d Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Tue, 12 Sep 2017 16:13:58 -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: I08f8989e335e442787fa4c75497ee4be3a1ec35a --- keystoneauth1/identity/v3/oidc.py | 2 +- keystoneauth1/plugin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/keystoneauth1/identity/v3/oidc.py b/keystoneauth1/identity/v3/oidc.py index eec06b92..0c1df9f6 100644 --- a/keystoneauth1/identity/v3/oidc.py +++ b/keystoneauth1/identity/v3/oidc.py @@ -466,7 +466,7 @@ class OidcAccessToken(_OidcBase): environment variables. :param session: a session object to send out HTTP requests. - :type session: keystoneclient.session.Session + :type session: keystoneauth1.session.Session :returns: a token data representation :rtype: :py:class:`keystoneauth1.access.AccessInfoV3` diff --git a/keystoneauth1/plugin.py b/keystoneauth1/plugin.py index 3551a0d3..b05361f2 100644 --- a/keystoneauth1/plugin.py +++ b/keystoneauth1/plugin.py @@ -120,7 +120,7 @@ class BaseAuthPlugin(object): """Return any additional connection parameters required for the plugin. :param session: The session object that the auth_plugin belongs to. - :type session: keystoneclient.session.Session + :type session: keystoneauth1.session.Session :returns: Headers that are set to authenticate a message or None for failure. Note that when checking this value that the empty