summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorjolie <guoshan@awcloud.com>2017-09-07 15:01:01 +0800
committerjolie <guoshan@awcloud.com>2017-09-12 15:18:13 +0800
commitcdfcac6e67e8b9c97fa5948ee3a8b8e427224985 (patch)
treea2830f9e2b2435cbf0a89ecf33a53d6819b352e6 /devstack
parent8829e5e740445a88f297141e24420789f7efd8a0 (diff)
downloadkeystone-cdfcac6e67e8b9c97fa5948ee3a8b8e427224985.tar.gz
Update links in keystone
Some links have been changed. This patch updates links in docs and codes. Change-Id: Ia104a6ec890e1af4bc44c96a38a4b055ebb99e26
Diffstat (limited to 'devstack')
-rw-r--r--devstack/plugin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index d8696235e..924b820b3 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/developer/devstack/plugins.html
+# https://docs.openstack.org/devstack/latest/plugins.html
if [[ "$1" == "stack" && "$2" == "install" ]]; then
# This phase is executed after the projects have been installed