summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-10-15 17:00:01 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2015-10-15 17:00:35 -0400
commit36e52d06adf688c106ac3db4fe09f1307e27423b (patch)
treedec59e830f59249c0f5fe5cfeb54080ed427bfab /doc
parent6fce93d7c9fcf519deb24df053bcc5e169c13ab8 (diff)
downloadpython-keystoneclient-36e52d06adf688c106ac3db4fe09f1307e27423b.tar.gz
Fix typo that says V3 token only works for v2
The V3 token plugin should work for v3 identity service Change-Id: Ic3c53dd94e1fe5d1ab69a02a7f7469735ee4c978
Diffstat (limited to 'doc')
-rw-r--r--doc/source/authentication-plugins.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/authentication-plugins.rst b/doc/source/authentication-plugins.rst
index 89384a5..12f5e26 100644
--- a/doc/source/authentication-plugins.rst
+++ b/doc/source/authentication-plugins.rst
@@ -54,7 +54,7 @@ this V3 defines a number of different
- :py:class:`~keystoneclient.auth.identity.v3.PasswordMethod`: Authenticate
against a V3 identity service using a username and password.
- :py:class:`~keystoneclient.auth.identity.v3.TokenMethod`: Authenticate against
- a V2 identity service using an existing token.
+ a V3 identity service using an existing token.
The :py:class:`~keystoneclient.auth.identity.v3.AuthMethod` objects are then
passed to the :py:class:`~keystoneclient.auth.identity.v3.Auth` plugin::