Merge "Correct docs usage of keystoneauth1 session"

This commit is contained in:
Jenkins 2017-09-22 22:29:51 +00:00 committed by Gerrit Code Review
commit 2e9bf62a31
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