← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1314850] [NEW] 'module' object has no attribute 'get_engine'

 

Public bug reported:

  File "neutron/lib/python2.7/site-packages/neutron/wsgi.py", line 98, in start
    session.get_engine(sqlite_fk=True).pool.dispose()
AttributeError: 'module' object has no attribute 'get_engine'

https://review.openstack.org/#/c/77205/

wsgi.py was not updated with these changes and execution results in an
exception when get_engine from
neutron.openstack.common.db.sqlalchemy.session is invoked.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1314850

Title:
  'module' object has no attribute 'get_engine'

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
    File "neutron/lib/python2.7/site-packages/neutron/wsgi.py", line 98, in start
      session.get_engine(sqlite_fk=True).pool.dispose()
  AttributeError: 'module' object has no attribute 'get_engine'

  https://review.openstack.org/#/c/77205/

  wsgi.py was not updated with these changes and execution results in an
  exception when get_engine from
  neutron.openstack.common.db.sqlalchemy.session is invoked.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1314850/+subscriptions


Follow ups

References