Comment 2 for bug 1782316

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

Reviewed: https://review.openstack.org/583524
Committed: https://git.openstack.org/cgit/openstack/oslo.config/commit/?id=a31cce7fde817a0364d8b9686017b6b7fca142d1
Submitter: Zuul
Branch: master

commit a31cce7fde817a0364d8b9686017b6b7fca142d1
Author: Stephen Finucane <email address hidden>
Date: Wed Jul 18 09:50:49 2018 +0100

    sphinxext: Print output to logs, not to file

    The functionality previously added here was broken as it did not include
    a required newline. Rather than fix it, modify the whole thing to print
    to logs instead of a temporary file. This should achieve the same effect
    with less side effects.

    Change-Id: I74d11a54d57d30aab7f97f4fcce9fee0b7d87cbc
    Signed-off-by: Stephen Finucane <email address hidden>
    Closes-Bug: #1782316