Merge "fix broken links"

This commit is contained in:
Jenkins 2017-01-13 12:05:45 +00:00 committed by Gerrit Code Review
commit 8d2aacdb1e
2 changed files with 3 additions and 3 deletions

View File

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

View File

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