Fix wrong links in keystone documentation

Some docs links have changed with the great documentation migration
that happened in Pike. We should update the wrong links in our code.

Change-Id: I41a80672ee54363483ab3495489e591cc665e711
This commit is contained in:
yanghuichan 2017-09-06 17:14:16 +08:00 committed by Lance Bragstad
parent 25b688e51d
commit 29af9bf5e5
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Caching layer
OpenStack Identity supports a caching layer that is above the configurable
subsystems (for example, token). This gives you the flexibility to setup
caching for all or some subsystems. OpenStack Identity uses the `oslo.cache
<https://docs.openstack.org/developer/oslo.cache/>`__ library which allows
<https://docs.openstack.org/oslo.cache/latest/>`__ library which allows
flexible cache back ends. The majority of the caching configuration options are
set in the ``[cache]`` section of the ``/etc/keystone/keystone.conf`` file. The
``enabled`` option of the ``[cache]`` section must be set to ``True`` in order

View File

@ -28,7 +28,7 @@ To run these tests against a live database:
tox -e py27 -- keystone.tests.unit.test_sql_upgrade
For further information, see `oslo.db documentation
<https://docs.openstack.org/developer/oslo.db/contributing.html#how-to-run-unit-tests>`_.
<https://docs.openstack.org/oslo.db/latest/contributor/index.html#how-to-run-unit-tests>`_.
WARNING::