Removing reference to bug which has been closed in Kilo and beyond

Change-Id: I468ea6294442f823c51ae9eb2529c9811d57114e
This commit is contained in:
Travis Truman 2016-01-15 11:48:47 -05:00
parent 22218a8455
commit 62768a03ea

View File

@ -41,16 +41,6 @@ The following settings must be set to configure a service provider (SP):
``keystone_public_endpoint`` and ``horizon_keystone_endpoint`` must
be set to use the DNS name.
#. At this time, `fernet tokens do not fully support
federation <https://bugs.launchpad.net/keystone/+bug/1471289>`_.
The following settings are therefore required to be set in the
``user_variables.yml`` file:
.. code-block:: yaml
keystone_token_provider: "keystone.token.providers.uuid.Provider"
keystone_token_driver: "keystone.token.persistence.backends.sql.Token"
#. ``horizon_endpoint_type`` must be set to ``publicURL`` to ensure that
Horizon makes use of the public endpoint for all its references and
queries.