summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHangdong Zhang <hdzhang@fiberhome.com>2017-07-20 16:37:24 +0800
committerHangdong Zhang <hdzhang@fiberhome.com>2017-07-20 16:38:16 +0800
commit4a72cd6c3b3139dd2b55787eff5b84741cc0a347 (patch)
treecdb1e6c878f9b33c4027228f08d0c31bf3654fa4 /doc
parent577ded1154866e87ca3ee98bedafaa400d60a459 (diff)
downloadkeystonemiddleware-4a72cd6c3b3139dd2b55787eff5b84741cc0a347.tar.gz
Update URLs in documentation4.17.0
Update URLs according to OpenStack document migration. Change-Id: Icb4232fcce79bb1ea121489122e578e3109b5e90
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst4
-rw-r--r--doc/source/middlewarearchitecture.rst6
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index d101653..66b851d 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -22,8 +22,8 @@ In addition to creating the Python Middleware for OpenStack Identity
API, the Keystone team also provides `Identity Service`_, as well as
`Python Client Library`_.
-.. _`Identity Service`: https://docs.openstack.org/developer/keystone/
-.. _`Python Client Library`: https://docs.openstack.org/developer/python-keystoneclient/
+.. _`Identity Service`: https://docs.openstack.org/keystone/latest/
+.. _`Python Client Library`: https://docs.openstack.org/python-keystoneclient/latest/
Release Notes
=============
diff --git a/doc/source/middlewarearchitecture.rst b/doc/source/middlewarearchitecture.rst
index 7be6e02..bf85661 100644
--- a/doc/source/middlewarearchitecture.rst
+++ b/doc/source/middlewarearchitecture.rst
@@ -130,9 +130,9 @@ a WSGI component. Example for the auth_token middleware:
.. literalinclude:: _static/keystonemiddleware.conf.sample
If the ``auth_plugin`` configuration option is set, you may need to refer to
-the `Authentication Plugins <https://docs.openstack.org/developer/
-keystoneauth/authentication-plugins.html>`_ document for how to
-configure the auth_token middleware.
+the `Authentication Plugins <https://docs.openstack.org/keystoneauth/latest/
+authentication-plugins.html>`_ document for how to configure the auth_token
+middleware.
For services which have a separate paste-deploy ini file, auth_token middleware
can be alternatively configured in [keystone_authtoken] section in the main