Comment 7 for bug 1602422

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

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

commit 83b2109ae584825a9c9a86891bfd864abd1fce76
Author: Gage Hugo <email address hidden>
Date: Fri Jan 6 14:56:30 2017 -0600

    Remove stevedore warning when building docs

    When running "tox -edocs", the following warning is raised:

    WARNING stevedore.named [-] Could not load keystone.notifications

    It looks like the removed line "keystone.notifications" is something
    that was left over from another change [1] and never removed from the
    config-generator. This change removes this line and the warning no
    longer appears as a result.

    [1] I1369fd7835b31e57a094d07deb6a1aacc1d314b5

    Change-Id: I08325abadba94efdb5fc405f859bdcb766914782
    Partial-Bug: #1602422