cinder/cinder/db
Sean Dague 3edcec0f48 make test_databases instance variable
eventually we'll need to do this to allow for testr testing, but in
doing so this also exposed that sqlite downgrade of source_volid
didn't work when data was in the table (sqlite just happily ignored
the drop, then failed when trying to added the column for a second
time during the snake walk.)

This fix also adds the correct sqlite downgrade path for migration
005 to actually drop source_volid, but ensure we don't loose any
other data in the process.

Change-Id: I082b53e108c4d564e33ef79979ea8c1642afdbcd
2013-02-11 09:09:50 -05:00
..
sqlalchemy make test_databases instance variable 2013-02-11 09:09:50 -05:00
__init__.py Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
api.py Copy glance_image_metadata when cloning volumes. 2013-02-04 17:55:34 -07:00
base.py Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
migration.py Create single initial Cinder DB migration file 2012-07-05 19:10:50 -06:00