Replace sqlalchemy-migrate occurences from code.google to github

The OpenStack team started to handle the maintenance of
SQLAlchemy-migrate in their infrastructure. Their code repository is at
GitHub.There is some documentation inside the keystone project using
the link http://code.google.com/p/sqlalchemy-migrate/ . Since this is no
longer in use, the idea is to replace all the occurrences of
http://code.google.com/p/sqlalchemy-migrate/ by
https://github.com/stackforge/sqlalchemy-migrate

Change-Id: Ia17773058a7ea47f830f5b0c86b0be7332acece1
This commit is contained in:
Nisha Yadav 2015-10-01 12:49:58 +05:30
parent f481f32460
commit 65e64a9742
2 changed files with 2 additions and 2 deletions

View File

@ -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: http://code.google.com/p/sqlalchemy-migrate/
.. _SQLAlchemy-migrate: https://github.com/stackforge/sqlalchemy-migrate
Extensions should be created as directories under ``keystone/contrib``. An
extension that requires SQL migrations should not change the common repository,

View File

@ -1,4 +1,4 @@
This is a database migration repository.
More information at
http://code.google.com/p/sqlalchemy-migrate/
https://github.com/stackforge/sqlalchemy-migrate