Fix typo that says V3 token only works for v2
The V3 token plugin should work for v3 identity service Change-Id: Ic3c53dd94e1fe5d1ab69a02a7f7469735ee4c978
This commit is contained in:
@@ -54,7 +54,7 @@ this V3 defines a number of different
|
|||||||
- :py:class:`~keystoneclient.auth.identity.v3.PasswordMethod`: Authenticate
|
- :py:class:`~keystoneclient.auth.identity.v3.PasswordMethod`: Authenticate
|
||||||
against a V3 identity service using a username and password.
|
against a V3 identity service using a username and password.
|
||||||
- :py:class:`~keystoneclient.auth.identity.v3.TokenMethod`: Authenticate against
|
- :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
|
The :py:class:`~keystoneclient.auth.identity.v3.AuthMethod` objects are then
|
||||||
passed to the :py:class:`~keystoneclient.auth.identity.v3.Auth` plugin::
|
passed to the :py:class:`~keystoneclient.auth.identity.v3.Auth` plugin::
|
||||||
|
Reference in New Issue
Block a user