Comment 1 for bug 824794

Revision history for this message
Jay Pipes (jaypipes) wrote :

I think the solution here is not to disable the autocreation of tables but instead to put a try: except block around the code in db_sync in nova-manage that catches the predictable table already exists error, and simply sets the the schema_version record to the last DB version in the migrate_repo... I'll have a stab at this.