"glance-manage db_sync " problem

Asked by shenyao

[root@localhost ~]# glance-manage db_sync
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py:683: SADeprecationWarning: The 'listeners' argument to Pool (and create_engine()) is deprecated. Use event.listen().
  Pool.__init__(self, creator, **kw)
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py:159: SADeprecationWarning: Pool.add_listener is deprecated. Use event.listen()
  self.add_listener(l)

I reinstalled several times on ubuntu12.04 and centos6.0,this problem repeats everytime,I need help

Question information

Language:
English Edit question
Status:
Solved
For:
Glance Edit question
Assignee:
No assignee Edit question
Solved by:
Jay Pipes
Solved:
Last query:
Last reply:
Revision history for this message
Best Jay Pipes (jaypipes) said :
#1

This is merely a warning being produced from SQLAlchemy. You can safely ignore this.

Revision history for this message
shenyao (7205909-5) said :
#2

Thanks Jay Pipes, that solved my question.