Pratik
Pratik

Reputation: 2852

"Table 'nova.services' does not exist" error in Openstack

I am a newbie to Openstack. I am using Openstack Diablo with 3 machines, 2 servers and one client. In server one, everything is installed and running fine. In server two, when I run the command sudo nova-manage service list, it gives the following error:

TRACE nova ProgrammingError:  (ProgrammingError) (1146, "Table 'nova.services' does not exist")

I tried nova-manage db sync in server one. Still same error. Any solutions?

Update : I found what's wrong. I was using the nova-manage db sync in server one. I tried it on server 2 and the issue was solved.

Upvotes: 0

Views: 1064

Answers (2)

1020rpz
1020rpz

Reputation: 924

Try to run nova-manage cell_v2 simple_cell_setup

Upvotes: 0

Pratik
Pratik

Reputation: 2852

I found what's wrong. I was using the nova-manage db sync in server one. I tried it on server 2 and the issue was solved.

Upvotes: 1

Related Questions