Comment 13 for bug 1602422

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

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

commit 0d2f249f590e7a21ebc49349b46bab3ae77630cd
Author: Gage Hugo <email address hidden>
Date: Fri Jan 13 14:26:27 2017 -0600

    Exclude 'keystone_tempest_plugin' in doc build

    When building keystone docs, autodoc goes through all of
    the project in order to auto-generate api docs. When going
    through 'keystone_tempest_plugin', there are currently 6
    warnings that are emitted due to issues with duplicate
    option errors. These errors seem to be related to duplicate
    named options between tempest and oslo.config, rather than
    keystone.

    Due to these warnings, there are already multiple issues with
    the api page [1] not rendering everything.

    This change adds 'keystone_tempest_plugin' to the exclusion list
    for autodoc and as a result, removes the 6 warnings from doc building
    since 'keystone_tempest_plugin' will no longer be auto-generated
    with incomplete info.

    [1] http://docs.openstack.org/developer/keystone/api/keystone_tempest_plugin.html

    Change-Id: Icb5c518b2f1409e2e9580b14ba1ae0e44995a73c
    Co-Authored-By: Tin Lam <email address hidden>
    Partial-Bug: #1602422