nova-manage db sync [closed]
Hi, I am using ubuntu 12.04. I am hitting the following error when i run the nova-manage command. Any help is appreciated.
localadmin@localadmin:~$ sudo nova-manage db sync
2013-12-12 12:56:16 DEBUG nova.utils [-] backend <module 'nova.db.sqlalchemy.migration' from '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/migration.pyc'> from (pid=2419) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:663
2013-12-12 12:57:23 WARNING nova.utils [-] /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py:639: SADeprecationWarning: The 'listeners' argument to Pool (and create_engine()) is deprecated. Use event.listen().
Pool.__init__(self, creator, **kw)
2013-12-12 12:57:23 WARNING nova.utils [-] /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py:145: SADeprecationWarning: Pool.add_listener is deprecated. Use event.listen()
self.add_listener(l)
2013-12-12 12:57:23 AUDIT nova.db.sqlalchemy.fix_dns_domains [-] Applying database fix for Essex dns_domains table.
what must I do to fix it's ?
It is too vague question. Can you provide more details on what you are doing ? Which version you are using. More details will help the stackers to help you.
On first glance, there doesn't look to be any errors. Your output shows a DEBUG, WARNING, and AUDIT message. Only ERROR would actually prevent the command from finishing successfully. Is there more to the output? Also, can you verify that your sql_connection in nova.conf works?
only this, I verify with nova-manage service list and anything work (enabled)