]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Reference new get_engine() method from wsgi.py
authorKevin Benton <blak111@gmail.com>
Thu, 1 May 2014 01:58:05 +0000 (18:58 -0700)
committerKevin Benton <blak111@gmail.com>
Thu, 1 May 2014 04:51:34 +0000 (21:51 -0700)
commit07a130be1a1f77fc86076f37afe5b6bae2692a2c
treeda8ab744a0be6eb2f6b2201a750b945508b6dc44
parent48647fd42ff342052cacb1115566d89d32631e37
Reference new get_engine() method from wsgi.py

wsgi.py referenced get_engine in neutron.openstack.common.db.sqlalchemy.session.
This method was removed from that file in commit 53609f29f3c8fcadc545afb891189253c07b33c3
change-id I0e1d86878d3eb924b01e04dced0f90b4e57757d8. This patch references the
replacement method added to neutron.db.api.

Closes-Bug: #1314850
Change-Id: Ifd4db5f49e2aaebc67eccb8bdcef8eea54983112
neutron/wsgi.py