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:
parent
8829e5e740
commit
cdfcac6e67
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 '
|
||||
|
@ -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 .
|
||||
|
||||
"""
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user