Comment 39 for bug 1693670

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

Reviewed: https://review.openstack.org/472581
Committed: https://git.openstack.org/cgit/openstack/glance_store/commit/?id=26241ee5d50a365afde7d576cd487577d5cdd385
Submitter: Jenkins
Branch: master

commit 26241ee5d50a365afde7d576cd487577d5cdd385
Author: luqitao <email address hidden>
Date: Fri Jun 9 04:31:29 2017 -0400

    Fix html_last_updated_fmt for Python3

    html_last_updated_fmt option is interpreted as a
    byte string in python3, causing Sphinx build to break.
    This patch makes it utf-8 string.

    Change-Id: I8eb08b739d01aa38596d1c92aad9f98cb0ae1eb2
    Closes-Bug: #1693670