Comment 2 for bug 1761254

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

Reviewed: https://review.openstack.org/558959
Committed: https://git.openstack.org/cgit/openstack/bandit/commit/?id=9d848dd79eb43b62ad389675b1d8c8a79bd59b5b
Submitter: Zuul
Branch: master

commit 9d848dd79eb43b62ad389675b1d8c8a79bd59b5b
Author: Eric Brown <email address hidden>
Date: Wed Apr 4 16:03:56 2018 -0700

    Add bandit ID to prefix of more_info link

    In a recent commit [1], the names of the plugin doc files changed
    to include the bandit ID as a prefix. Unfortunately, the doc_utils
    wasn't updated at the time, so it still pointed to the previous
    docs, thus resulting in 404 errors when browsing to the link.

    This patch modifies doc_utils to properly prefix the bandit ID to
    reference the doc for a particular plugin.

    [1] https://review.openstack.org/#/c/540170/

    Change-Id: Ia4b4c87e880ba39a677a84fc53943bc7a37849ef
    Closes-Bug: #1761254