Add ADFSPassword to keystoneauth1 entry points
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
This commit is contained in:
parent
6cbd95bb8d
commit
d46483cf24
@ -53,6 +53,7 @@ keystoneauth1.plugin =
|
|||||||
v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP
|
v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP
|
||||||
v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos
|
v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos
|
||||||
v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth
|
v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth
|
||||||
|
v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword
|
||||||
v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password
|
v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password
|
||||||
|
|
||||||
[build_sphinx]
|
[build_sphinx]
|
||||||
|
Loading…
Reference in New Issue
Block a user