From 6a20aa8587c2a4953540409751f904d6a1048bcb Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Tue, 22 Aug 2017 18:54:25 +0000 Subject: [PATCH] Revert "Fix wrong links" This reverts commit 77500b3615ae94ea45837f3fc0d503c8aadcc462. Change-Id: I44a3f47329b06d4b85fa0bb944ce3bc8084fffa3 --- devstack/plugin.sh | 2 +- .../notes/bp-pci-dss-notifications-808a205a637bac25.yaml | 2 +- releasenotes/notes/bp-policy-in-code-722372a27291b9cd.yaml | 4 ++-- releasenotes/notes/bp-shadow-mapping-06fc7c71a401d707.yaml | 2 +- releasenotes/notes/bug-1561054-dbe88b552a936a05.yaml | 2 +- releasenotes/notes/integrate-osprofiler-ad0e16a542b12899.yaml | 2 +- releasenotes/notes/oslo.cache-a9ce47bfa8809efa.yaml | 2 +- releasenotes/notes/totp-40d93231714c6a20.yaml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 924b820b36..d8696235ec 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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 diff --git a/releasenotes/notes/bp-pci-dss-notifications-808a205a637bac25.yaml b/releasenotes/notes/bp-pci-dss-notifications-808a205a637bac25.yaml index 765b03fa56..2bda4ba358 100644 --- a/releasenotes/notes/bp-pci-dss-notifications-808a205a637bac25.yaml +++ b/releasenotes/notes/bp-pci-dss-notifications-808a205a637bac25.yaml @@ -19,4 +19,4 @@ features: ``[security_compliance] minimum_password_age``. For additional details see: - `event notifications `_ + `event notifications `_ diff --git a/releasenotes/notes/bp-policy-in-code-722372a27291b9cd.yaml b/releasenotes/notes/bp-policy-in-code-722372a27291b9cd.yaml index 123e232978..6fe94c1488 100644 --- a/releasenotes/notes/bp-policy-in-code-722372a27291b9cd.yaml +++ b/releasenotes/notes/bp-policy-in-code-722372a27291b9cd.yaml @@ -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 - `_ + `_ 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 - `_ + `_ provided in oslo.policy. diff --git a/releasenotes/notes/bp-shadow-mapping-06fc7c71a401d707.yaml b/releasenotes/notes/bp-shadow-mapping-06fc7c71a401d707.yaml index 1cf977b184..1b2220d8c1 100644 --- a/releasenotes/notes/bp-shadow-mapping-06fc7c71a401d707.yaml +++ b/releasenotes/notes/bp-shadow-mapping-06fc7c71a401d707.yaml @@ -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 `_ + `mapping combinations `_ diff --git a/releasenotes/notes/bug-1561054-dbe88b552a936a05.yaml b/releasenotes/notes/bug-1561054-dbe88b552a936a05.yaml index 626939f7d9..d440bd1b77 100644 --- a/releasenotes/notes/bug-1561054-dbe88b552a936a05.yaml +++ b/releasenotes/notes/bug-1561054-dbe88b552a936a05.yaml @@ -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 `_. + Documentation can be found at `fernet-tokens `_. critical: - > [`bug 1561054 `_] diff --git a/releasenotes/notes/integrate-osprofiler-ad0e16a542b12899.yaml b/releasenotes/notes/integrate-osprofiler-ad0e16a542b12899.yaml index 34562eafff..560a0f0886 100644 --- a/releasenotes/notes/integrate-osprofiler-ad0e16a542b12899.yaml +++ b/releasenotes/notes/integrate-osprofiler-ad0e16a542b12899.yaml @@ -5,7 +5,7 @@ features: services that support it. To initiate OpenStack request tracing `--profile ` option needs to be added to the CLI command. Configuration and usage details can be found in - [`OSProfiler documentation `_] + [`OSProfiler documentation `_] upgrade: - OSprofiler support was introduced. To allow its usage the keystone-paste.ini file needs to be modified to contain osprofiler diff --git a/releasenotes/notes/oslo.cache-a9ce47bfa8809efa.yaml b/releasenotes/notes/oslo.cache-a9ce47bfa8809efa.yaml index 13d3198849..7e68d263cc 100644 --- a/releasenotes/notes/oslo.cache-a9ce47bfa8809efa.yaml +++ b/releasenotes/notes/oslo.cache-a9ce47bfa8809efa.yaml @@ -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 - `_ for additional + `_ for additional documentation. deprecations: - > diff --git a/releasenotes/notes/totp-40d93231714c6a20.yaml b/releasenotes/notes/totp-40d93231714c6a20.yaml index df73715271..069aa6c01a 100644 --- a/releasenotes/notes/totp-40d93231714c6a20.yaml +++ b/releasenotes/notes/totp-40d93231714c6a20.yaml @@ -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 - `_. + `_.