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
This commit is contained in:
Gage Hugo 2017-09-12 16:13:58 -05:00
parent ea3bfb1beb
commit 65dffd87fa
2 changed files with 2 additions and 2 deletions

View File

@ -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`

View File

@ -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