Comment 15 for bug 1671887

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

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

commit b4cef3de502cd13cf44b7fc005003d7297706990
Author: Lance Bragstad <email address hidden>
Date: Mon Mar 20 16:04:36 2017 +0000

    Remove revocation API dependency from identity API

    The revocation API was listed as a dependency of the identity API,
    but it was never used. If it was no longer being used, we shouldn't
    make the identity API load it.

    Change-Id: I8137b1e9f7058572c1cf8de2ead4d5b42212f098
    partial-bug: 1671887