Comment 11 for bug 1602422

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

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

commit 9602807d9c0cc30bfdd60fec9d77c0fa7f1c59a8
Author: Gage Hugo <email address hidden>
Date: Thu Jan 12 15:29:32 2017 -0600

    Changed 'Driver' reference to 'TokenDriverBase'

    When building keystone docs, the following warning was being thrown:

    keystone/doc/source/api/keystone.token.persistence.rst:26: WARNING:
    missing attribute mentioned in :members: or __all__: module
    keystone.token.persistence, attribute Driver

    It appears that the 'Driver' reference was renamed multiple times but
    wasn't updated in the __init__.py. This change updates the 'Driver'
    reference to 'TokenDriverBase' and the warning no longer appears

    Change-Id: I47ff617ee09097e7b0f0d2a2e4495cfc22a41fb9
    Partial-Bug: #1602422