Comment 9 for bug 1490571

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to keystone (master)

Reviewed: https://review.openstack.org/284521
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=e959badd7157fcc94abfa757e636b5f97ffaad09
Submitter: Jenkins
Branch: master

commit e959badd7157fcc94abfa757e636b5f97ffaad09
Author: Morgan Fainberg <email address hidden>
Date: Wed Feb 24 19:48:25 2016 -0800

    Remove get_session and get_engine

    Remove the get_session and get_engine methods. These are not
    supported anymore as the get_session_for_read() and
    get_session_for_write() are now in place. This also prevents the use
    of the LegacyEngineFacade.

    Change-Id: Ie9eb824d07e641b713346a03a0aa15d8ab16c338
    Related-Bug: #1490571