openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #19273
Problem when running nova-manage db sync
Hi All,
I'm rying to install OpenStack Essex and when I run the nova-manage db
sync from this doc's part
http://docs.openstack.org/essex/openstack-compute/install/apt/content/compute-db-sync.html,
it
returs these errors:
2012-12-10 10:56:57 DEBUG nova.utils [-] backend <module
'nova.db.sqlalchemy.migration' from
'/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/migration.pyc'> from
(pid=6208) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658
2012-12-10 10:56:58 WARNING nova.utils [-]
/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py:683:
SADeprecationWarning: The 'listeners' argument to Pool (and
create_engine()) is deprecated. Use event.listen().
Pool.__init__(self, creator, **kw)
2012-12-10 10:56:58 WARNING nova.utils [-]
/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py:159:
SADeprecationWarning: Pool.add_listener is deprecated. Use event.listen()
self.add_listener(l)
Can anybody help me?
Thank you so much.
Guilherme Russi.
Follow ups