From b856b367b894f35fab0c6125cfe79e62cc3af2b4 Mon Sep 17 00:00:00 2001 From: ricolin Date: Mon, 1 Apr 2019 16:28:37 +0800 Subject: [PATCH] Update auth plugin name list in document Change-Id: I6fbd3cac12f0e540a97b5a5a0d038a5931442fd8 --- doc/source/authentication-plugins.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/authentication-plugins.rst b/doc/source/authentication-plugins.rst index ce34793d..ad86dee8 100644 --- a/doc/source/authentication-plugins.rst +++ b/doc/source/authentication-plugins.rst @@ -240,6 +240,7 @@ authentication plugins that are available in `keystoneauth` are: - token: :py:class:`keystoneauth1.identity.generic.Token` - v2password: :py:class:`keystoneauth1.identity.v2.Password` - v2token: :py:class:`keystoneauth1.identity.v2.Token` +- v3applicationcredential: :py:class:`keystoneauth1.identity.v3.ApplicationCredential` - v3password: :py:class:`keystoneauth1.identity.v3.Password` - v3token: :py:class:`keystoneauth1.identity.v3.Token` - v3fedkerb: :py:class:`keystoneauth1.extras.kerberos.MappedKerberos`