From 2bb7f120c343774c7e7d27816c3c5eda1e88ccf7 Mon Sep 17 00:00:00 2001 From: Chinmay Naik Date: Thu, 23 May 2019 05:57:59 +0000 Subject: [PATCH] Resolves a typo in a link to use Application Credentials Change-Id: I6a4ab4076e0a0722fdc1ee3b1685cc242b3dac4c Closes-Bug: #1801101 --- doc/source/authentication-plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/authentication-plugins.rst b/doc/source/authentication-plugins.rst index dc53117b..f890ac0a 100644 --- a/doc/source/authentication-plugins.rst +++ b/doc/source/authentication-plugins.rst @@ -208,7 +208,7 @@ that support application credential authentication. Since application credentials are associated to a user on a specific project, some parameters are not required as they would be with traditional password authentication. The following method can be used to authenticate for a token using an application -credential:: +credential: - :py:class:`~keystoneauth1.identity.v3.ApplicationCredential`: