Remove unsupported option for keystone mapping

saml2 is already configured as an entrypoint for the Mapped plugin.

fix sp part of LP:#1808543

Related-Bug: 1808543

mapping in the config has been disable in keystone

Change-Id: Ib926b14f82616f6b4d3c595a8848f191827b4b3e
Depends-On: Ibff3aa2a1ac1bbf2493aaf2419ee1e4dd763934c
This commit is contained in:
Marc Gariepy 2019-05-23 14:00:03 -04:00 committed by Marc Gariépy (mgariepy)
parent 3c0ee62696
commit c5dcce8879
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ cache_time = {{ keystone_revocation_cache_time }}
[auth]
{% if keystone_sp != {} %}
methods = {{ keystone_auth_methods }},saml2
saml2 = keystone.auth.plugins.mapped.Mapped
{% else %}
methods = {{ keystone_auth_methods }}
{% endif %}