Merge "change stackforge url to openstack url"

This commit is contained in:
Jenkins 2015-10-20 21:58:32 +00:00 committed by Gerrit Code Review
commit 247aad45b0
2 changed files with 2 additions and 2 deletions
doc/source
keystone/common/sql/migrate_repo

@ -100,7 +100,7 @@ the script, the version is the number before the underline.
For example, if the script is named ``001_add_X_table.py`` then the
version of the SQL migration is ``1``.
.. _SQLAlchemy-migrate: https://github.com/stackforge/sqlalchemy-migrate
.. _SQLAlchemy-migrate: https://git.openstack.org/cgit/openstack/sqlalchemy-migrate
Extensions should be created as directories under ``keystone/contrib``. An
extension that requires SQL migrations should not change the common repository,

@ -1,4 +1,4 @@
This is a database migration repository.
More information at
https://github.com/stackforge/sqlalchemy-migrate
https://git.openstack.org/cgit/openstack/sqlalchemy-migrate