First time here? Check out the FAQ!
![]() | 1 | initial version |
__SOLVED__.
After a week of crawling and frustration I discovered that the problem was in daemons versions.
I don't know why, but everything that was on the controller was 2014.1-b2
and everything on the compute node was 2014.1-b3
...
So I did (on the controller node):
sudo apt-get update
sudo apt-get -u upgrade
sudo keystone-manage db_sync
sudo glance-manage db_sync
sudo nova-manage db sync
Restarted both nodes and everything went well.
Thank you