glance/glance/db/sqlalchemy/migrate_repo
David Ripton baf402652b Change useexisting to extend_existing to fix deprecation warnings.
This squelches a deprecation warning during installation.

We're already using extend_existing in other places, so I don't
think this causes any new version compatibility issues.

Fixes bug 925609.  (Already marked fixed, but this hits more cases.)

Includes some merges with a whitespace-cleanup fix.

Change-Id: Ia166e9184ed3e13753c5669a1006a3711738319a
2012-10-15 10:09:27 -04:00
..
versions Change useexisting to extend_existing to fix deprecation warnings. 2012-10-15 10:09:27 -04:00
README Create 'simple' db driver 2012-06-07 09:20:50 -07:00
__init__.py Create 'simple' db driver 2012-06-07 09:20:50 -07:00
manage.py Fix build_sphinx setup.py command. 2012-08-15 17:09:22 -04:00
migrate.cfg Create 'simple' db driver 2012-06-07 09:20:50 -07:00
schema.py Update 'logging' imports to openstack-common 2012-07-12 15:59:26 -07:00

README

This is a database migration repository.

More information at
http://code.google.com/p/sqlalchemy-migrate/