summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-10-16 01:51:19 +0000
committerGerrit Code Review <review@openstack.org>2015-10-16 01:51:19 +0000
commit8f2aaedfe331181622d86ffb9f522b92c6f26e14 (patch)
treea0016809bf711ed8a9be834dc5c6754d544b15aa /doc
parentebdbbeee542148dd8fe993d74793927172d99e51 (diff)
parent36e52d06adf688c106ac3db4fe09f1307e27423b (diff)
downloadpython-keystoneclient-8f2aaedfe331181622d86ffb9f522b92c6f26e14.tar.gz
Merge "Fix typo that says V3 token only works for v2"
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::