Revert "Fix wrong links"

This reverts commit 77500b3615.

Change-Id: I44a3f47329b06d4b85fa0bb944ce3bc8084fffa3
This commit is contained in:
Lance Bragstad 2017-08-22 18:54:25 +00:00
parent 77500b3615
commit 6a20aa8587
8 changed files with 9 additions and 9 deletions

View File

@ -18,7 +18,7 @@ source $KEYSTONE_PLUGIN/lib/federation.sh
# For more information on Devstack plugins, including a more detailed
# explanation on when the different steps are executed please see:
# https://docs.openstack.org/devstack/latest/plugins.html
# https://docs.openstack.org/developer/devstack/plugins.html
if [[ "$1" == "stack" && "$2" == "install" ]]; then
# This phase is executed after the projects have been installed

View File

@ -19,4 +19,4 @@ features:
``[security_compliance] minimum_password_age``.
For additional details see:
`event notifications <See https://docs.openstack.org/keystone/latest/advanced-topics/event_notifications.html>`_
`event notifications <See https://docs.openstack.org/developer/keystone/event_notifications.html>`_

View File

@ -13,7 +13,7 @@ features:
default values, prune default policies from existing policy files, or
familiarize yourself with general policy usage, please see the
`usage documentation
<https://docs.openstack.org/oslo.policy/latest/user/usage.html>`_
<https://docs.openstack.org/developer/oslo.policy/usage.html>`_
provided in oslo.policy.
upgrade:
@ -30,5 +30,5 @@ upgrade:
default values, prune default policies from existing policy files, or
familiarize yourself with general policy usage, please see the
`usage documentation
<https://docs.openstack.org/oslo.policy/latest/user/usage.html>`_
<https://docs.openstack.org/developer/oslo.policy/usage.html>`_
provided in oslo.policy.

View File

@ -9,4 +9,4 @@ features:
created in the ``domain`` associated with the ``identity provider``.
This behavior can be triggered using a specific syntax within the ``local``
rules section of a mapping. For more information see:
`mapping combinations <https://docs.openstack.org/keystone/latest/advanced-topics/federation/federated_identity.html#mapping-combinations>`_
`mapping combinations <https://docs.openstack.org/developer/keystone/federation/federated_identity.html#mapping-combinations>`_

View File

@ -14,7 +14,7 @@ upgrade:
across the deployment. If you do not wish to switch token formats, you will
need to explicitly set the token provider for each node in the deployment
by setting ``[token] provider`` to ``uuid`` in ``keystone.conf``.
Documentation can be found at `fernet-tokens <https://docs.openstack.org/keystone/latest/configuration.html#encryption-keys-for-fernet-tokens>`_.
Documentation can be found at `fernet-tokens <https://docs.openstack.org/developer/keystone/configuration.html#encryption-keys-for-fernet-tokens>`_.
critical:
- >
[`bug 1561054 <https://bugs.launchpad.net/keystone/+bug/1561054>`_]

View File

@ -5,7 +5,7 @@ features:
services that support it. To initiate OpenStack
request tracing `--profile <HMAC_KEY>` option needs to be added to
the CLI command. Configuration and usage details can be found in
[`OSProfiler documentation <https://docs.openstack.org/osprofiler/latest/user/api.html>`_]
[`OSProfiler documentation <https://docs.openstack.org/developer/osprofiler/api.html>`_]
upgrade:
- OSprofiler support was introduced. To allow its usage the
keystone-paste.ini file needs to be modified to contain osprofiler

View File

@ -5,7 +5,7 @@ upgrade:
`keystone.conf` to point to oslo.cache backends:
``oslo_cache.memcache_pool`` or ``oslo_cache.mongo``. Refer to the
sample configuration file for examples. See `oslo.cache
<https://docs.openstack.org/oslo.cache/latest/>`_ for additional
<https://docs.openstack.org/developer/oslo.cache>`_ for additional
documentation.
deprecations:
- >

View File

@ -6,4 +6,4 @@ features:
To enable this feature, add the ``totp`` auth plugin to the `methods`
option in the `[auth]` section of `keystone.conf`. More information
about using TOTP can be found in `keystone's developer documentation
<https://docs.openstack.org/keystone/latest/advanced-topics/auth-totp.html>`_.
<https://docs.openstack.org/developer/keystone/auth-totp.html>`_.