Remove reference to future removal of saml

The saml2 auth plugin was already removed in this release (ocata)
and therefore is no longer a need to document that it'll be removed.

The patch that removed the plugin was:
https://review.openstack.org/#/c/374508/

bp removed-as-of-ocata

Change-Id: I19da4726fd83d70e01118ff4bf98802de584f7bb
This commit is contained in:
Eric Brown 2016-11-14 17:04:43 -08:00
parent 3d513daeb3
commit 2d540f5cea

View File

@ -92,11 +92,6 @@ configure ``federation``.
Configure authentication drivers in keystone.conf
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. NOTE::
``saml2`` has been deprecated as of the Mitaka release. Support for the
``saml2`` wrapper will be removed as of the "O" release. The recommended authentication method
is ``mapped``, which supports ``saml2``.
Add the authentication methods to the ``[auth]`` section in ``keystone.conf``.
Names should be equal to protocol names added via Identity API v3. Here we use
examples ``mapped`` and ``openid``.