Comment 28 for bug 1563101

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

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

commit 980554a8ab337c43647301a1ade7ee83472f70d7
Author: Ronald De Rose <email address hidden>
Date: Thu Oct 13 18:34:55 2016 +0000

    Remove backend dependencies from token provider

    The token provider module (core) has a list of methods that are called
    by backend modules. This patch moves those methods to the backend and
    removes dependencies where backend code references code in the core.

    Change-Id: I59dab2efc5b743508ee9ecebcdc7c07b9f66791d
    Closes-Bug: #1563101