Comment 27 for bug 1563101

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

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

commit d49f2b1e6432ff82601822d4f9d1ae97eeca2daa
Author: Ronald De Rose <email address hidden>
Date: Thu Oct 13 17:26:27 2016 +0000

    Move the token abstract base class out of core

    This patch moves the token abstract base class out of core and
    into providers/base.py, which is consistent with the other
    backend drivers.

    Change-Id: Icf22adb2ccfa0470bb61ceb7d6c90467f44da6c8
    Closes-Bug: #1563101