"Table 'nova.dns_domains' doesn't exist"

Asked by eugene lin

today I git pull the newest nova source ,and install all components in one machine.
when execute "nova-manage db sync"
meets follow problems
"Table 'nova.dns_domains' doesn't exist"
see details of nova-manage.log :
  http://pastebin.com/XHznjxVh

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
eugene lin
Solved:
Last query:
Last reply:
Revision history for this message
yong sheng gong (gongysh) said :
#1

maybe this bug is related to your question.
https://bugs.launchpad.net/nova/+bug/991672

So seems best way is to drop nova database first.

Revision history for this message
eugene lin (linyouqing7) said :
#2

thx ,this solved my problem。