Fix broken links in the docs

Change-Id: If2f462a240485e4c1b904fc76d572f069d3f3df2
This commit is contained in:
Boris Bobrov 2016-10-31 17:18:26 +03:00
parent e49a95ff6e
commit 731a766ef3
2 changed files with 4 additions and 3 deletions

View File

@ -51,7 +51,7 @@ on GitHub for example, or even keeping your implementation private. We
use `Setuptools entry points`_ to load your driver from anywhere in the use `Setuptools entry points`_ to load your driver from anywhere in the
Python path. Python path.
.. _Setuptools entry points: no good resource? .. _Setuptools entry points: https://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins
How To Make a Driver How To Make a Driver
-------------------- --------------------

View File

@ -88,6 +88,7 @@ Tips
with `HTTP_`, so for instance, if you set OIDCClaimPrefix to `OIDC-`, then a with `HTTP_`, so for instance, if you set OIDCClaimPrefix to `OIDC-`, then a
typical remote value to check for is: `HTTP_OIDC_ISS`. typical remote value to check for is: `HTTP_OIDC_ISS`.
2. Don't forget to add oidc as an [auth] plugin in keystone.conf, see `Step 2`_ 2. Don't forget to add oidc as an [auth] plugin in keystone.conf, see
`Configure authentication drivers in keystone.conf`_
.. _`Step 2`: federation.html .. _`Configure authentication drivers in keystone.conf`: federated_identity.html#configure-authentication-drivers-in-keystone-conf