Closed AJNOURI closed 7 years ago
This is the result of messing (intentionally) with the database:
mysql> SET FOREIGN_KEY_CHECKS=0;
mysql> DROP TABLE instances;
mysql> SET FOREIGN_KEY_CHECKS=1;
Which means that the instances database instances is not available for some reason
In this case restore the backed up (hopefully) database:
mysql -u root -h localhost nova < nova-02-01.sql
openstack server list