Urgent : newton nova db sync - not migrating compute_nodes table
I'm upgrading from liberty to netwon. I have keystone, dashboard, glance, cinder working so far. Now doing nova. I created the nova_api database (due to it being added in mitaka).
I ran the su -s /bin/sh "nova-manage api_db sync" nova without any issues
When I try to run su -s /bin/sh -c "nova-manage db sync" nova it outputs the following :
WARNING: cell0 mapping not found - not syncing cell0.
error: There are still 15 unmigrated records in the compute_nodes table. Migration cannot continue until all records have been migrated.
Can't seem to find much help on error with the compute_nodes table migration, and I can't get the nova db to migrate to the newton schema.
Any ideas?
After more testing, that error is generated as the nova db tries to migrate from 329 to 330. It cant complete this migration and produces the error about the compute_nodes table;