Update links in keystone

Some links have been changed. This patch updates links
in docs and codes.

Change-Id: Ia104a6ec890e1af4bc44c96a38a4b055ebb99e26
This commit is contained in:
jolie 2017-09-07 15:01:01 +08:00
parent 8829e5e740
commit cdfcac6e67
6 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@ Keystone 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
Keystone Specific Commandments

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/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

View File

@ -481,8 +481,8 @@ class DbSync(BaseApp):
if (contract_version > migrate_version or migrate_version >
expand_version):
LOG.info('Your database is out of sync. For more information '
'refer to https://docs.openstack.org/developer/'
'keystone/upgrading.html')
'refer to https://docs.openstack.org/keystone/'
'latest/admin/identity-upgrading.html')
status = 1
elif migration_script_version > expand_version:
LOG.info('Your database is not up to date. Your first step is '

View File

@ -14,7 +14,7 @@
"""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 .
"""

View File

@ -181,7 +181,7 @@ class KeystoneMigrationsCheckers(test_migrations.WalkVersionsMixin):
# constraint.
#
# Please follow the guidelines outlined at:
# https://docs.openstack.org/developer/keystone/devref/development_best_practices.html#database-migrations
# https://docs.openstack.org/keystone/latest/contributor/database-migrations.html
if version >= self.first_version and version not in self.exceptions:
banned_ops = self.banned_ops

View File

@ -1616,7 +1616,7 @@ class VersionTests(SqlMigrateBase):
For more information, see "Database Migrations" here:
https://docs.openstack.org/developer/keystone/devref/development_best_practices.html#database-migrations
https://docs.openstack.org/keystone/latest/contributor/database-migrations.html
"""
# Note to reviewers: this version number should never change.
@ -1639,7 +1639,7 @@ class VersionTests(SqlMigrateBase):
For more information, see "Database Migrations" here:
https://docs.openstack.org/developer/keystone/devref/development_best_practices.html#database-migrations
https://docs.openstack.org/keystone/latest/contributor/database-migrations.html
"""
# Transitive comparison: expand == data migration == contract