From d46483cf24507359ceb761fa8aa4851111d2562c Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Sat, 29 Apr 2017 17:55:07 -0700 Subject: [PATCH] Add ADFSPassword to keystoneauth1 entry points MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ADFSPassword plugin is not registered as an entry point under keystoneauth1.plugin, and is therefore unusable from the “openstack” CLI as a valid authentication plugin. This commit registers the ADFS plugin in entry points as v3adfspassword. Change-Id: Ic95c25647d91ea2de51a3eea7672a45c48bdaefb Closes-Bug: #1687314 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 45236edc..ba170d5a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,6 +53,7 @@ keystoneauth1.plugin = v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth + v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password [build_sphinx]