Merge "Correct docs usage of keystoneauth1 session"

This commit is contained in:
Jenkins 2017-10-05 14:14:49 +00:00 committed by Gerrit Code Review
commit 68db8fdf54
1 changed files with 1 additions and 1 deletions

View File

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