[Openstack] [Neutron] DB migration error during production upgrade

Jonathan Proulx jon at jonproulx.com
Thu Aug 20 16:25:13 UTC 2015


H i All,

I'm hitting a DB migration error while attempting a production upgrade
(despite having successfully ruin the same upgrade on an only slightly
older copy of the database last week)

in:
INFO  [alembic.migration] Running upgrade 38495dc99731 -> 4dbe243cd84d, nsxv

Failing:
sqlalchemy.exc.OperationalError: (OperationalError) (1005, "Can't
create table 'csail_stata_neutron.nsxv_internal_networks' (errno:
150)") "\nCREATE TABLE nsxv_internal_networks (\n\tnetwork_purpose
ENUM('inter_edge_net') NOT NULL, \n\tnetwork_id VARCHAR(36),
\n\tPRIMARY KEY (network_purpose), \n\tFOREIGN KEY(network_id)
REFERENCES networks (id) ON DELETE CASCADE\n)ENGINE=InnoDB\n\n" ()

poking by hand I can verify the FOREIGN KEY bit is what's failing but
I definitely have a 'networks' table and it definitely has 'id' fields
so not sure what is wrong here.

My production control plane is currently off line so any suggestions
would be much appreciated.

-Jon




More information about the Openstack mailing list