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
This commit is contained in:
Gage Hugo 2017-09-12 16:18:00 -05:00
parent cd598a4f83
commit 204b21acea
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.