"nova-manage db sync" is not creating tables
Hi,
I have successfully installed keystone and glance (Folsom) I have installed nova, and when executing the command "nova-manage db sync" it is displaying the following output
root@Controller:~# nova-manage db sync 2012-11-06 11:28:00 DEBUG nova.utils [-] backend <module 'nova.db.sqlalchemy.migration'="" from="" '="" usr="" lib="" python2.7="" dist-packages="" nova="" db="" sqlalchemy="" migration.pyc'=""> from (pid=8934) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658
==> /var/log/nova/nova-manage.log <== 2012-11-06 11:28:00 DEBUG nova.utils [-] backend <module 'nova.db.sqlalchemy.migration'="" from="" '="" usr="" lib="" python2.7="" dist-packages="" nova="" db="" sqlalchemy="" migration.pyc'=""> from (pid=8934) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658 root@Controller:~#
When checked the mysql database tables for nova, they havent created? Before executing "nova-manage db sync" I have made sure that I have created the database nova in mysql database
Can you please let me know if i have missed anthing?
Thanks, Narsing