Update URLs in documentation

Update URLs according to OpenStack document migration.

Change-Id: Icb4232fcce79bb1ea121489122e578e3109b5e90
This commit is contained in:
Hangdong Zhang 2017-07-20 16:37:24 +08:00
parent 577ded1154
commit 4a72cd6c3b
7 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@ Keystone Style Commandments
=========================== ===========================
- Step 1: Read the OpenStack Style Commandments - Step 1: Read the OpenStack Style Commandments
https://docs.openstack.org/developer/hacking/ https://docs.openstack.org/hacking/latest/
- Step 2: Read on - Step 2: Read on
Exceptions Exceptions

View File

@ -27,7 +27,7 @@ Python API features.
For information on contributing, see ``CONTRIBUTING.rst``. For information on contributing, see ``CONTRIBUTING.rst``.
* License: Apache License, Version 2.0 * License: Apache License, Version 2.0
* Documentation: https://docs.openstack.org/developer/keystonemiddleware * Documentation: https://docs.openstack.org/keystonemiddleware/latest/
* Source: https://git.openstack.org/cgit/openstack/keystonemiddleware * Source: https://git.openstack.org/cgit/openstack/keystonemiddleware
* Bugs: https://bugs.launchpad.net/keystonemiddleware * Bugs: https://bugs.launchpad.net/keystonemiddleware

View File

@ -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 API, the Keystone team also provides `Identity Service`_, as well as
`Python Client Library`_. `Python Client Library`_.
.. _`Identity Service`: https://docs.openstack.org/developer/keystone/ .. _`Identity Service`: https://docs.openstack.org/keystone/latest/
.. _`Python Client Library`: https://docs.openstack.org/developer/python-keystoneclient/ .. _`Python Client Library`: https://docs.openstack.org/python-keystoneclient/latest/
Release Notes Release Notes
============= =============

View File

@ -130,9 +130,9 @@ a WSGI component. Example for the auth_token middleware:
.. literalinclude:: _static/keystonemiddleware.conf.sample .. literalinclude:: _static/keystonemiddleware.conf.sample
If the ``auth_plugin`` configuration option is set, you may need to refer to If the ``auth_plugin`` configuration option is set, you may need to refer to
the `Authentication Plugins <https://docs.openstack.org/developer/ the `Authentication Plugins <https://docs.openstack.org/keystoneauth/latest/
keystoneauth/authentication-plugins.html>`_ document for how to authentication-plugins.html>`_ document for how to configure the auth_token
configure the auth_token middleware. middleware.
For services which have a separate paste-deploy ini file, 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 can be alternatively configured in [keystone_authtoken] section in the main

View File

@ -78,7 +78,7 @@ class AuditMiddleware(object):
The audit middleware takes in various configuration options such as the The audit middleware takes in various configuration options such as the
ability to skip audit of certain requests. The full list of options can ability to skip audit of certain requests. The full list of options can
be discovered here: be discovered here:
https://docs.openstack.org/developer/keystonemiddleware/audit.html https://docs.openstack.org/keystonemiddleware/latest/audit.html
""" """
def __init__(self, app, **conf): def __init__(self, app, **conf):

View File

@ -26,7 +26,7 @@ This WSGI component:
* Collects and forwards identity information based on a valid token * Collects and forwards identity information based on a valid token
such as user name, domain, project, etc. such as user name, domain, project, etc.
Refer to: https://docs.openstack.org/developer/keystonemiddleware/\ Refer to: https://docs.openstack.org/keystonemiddleware/latest/\
middlewarearchitecture.html middlewarearchitecture.html

View File

@ -14,7 +14,7 @@
"""oslo.i18n integration module. """oslo.i18n integration module.
See https://docs.openstack.org/developer/oslo.i18n/usage.html . See https://docs.openstack.org/oslo.i18n/latest/user/usage.html .
""" """