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 protected]> 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 ** Changed in: glance-store Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1693670 Title: Fix doc generation for Python3 Status in Barbican: Fix Released Status in Cue: In Progress Status in Designate: Fix Released Status in OpenStack Backup/Restore and DR (Freezer): In Progress Status in Glance: In Progress Status in glance_store: Fix Released Status in ldappool: Fix Released Status in Meteos: Fix Released Status in neutron: Fix Released Status in OpenStack Security Advisory: In Progress Status in python-heatclient: In Progress Status in python-senlinclient: Fix Released Status in Python client library for Zaqar: In Progress Status in OpenStack Object Storage (swift): In Progress Status in tacker: Fix Released Status in tempest: Fix Released Status in OpenStack DBaaS (Trove): In Progress Status in zaqar: Fix Released Status in Zun: Fix Released Bug description: Fix the Sphinx html_last_updated_fmt for Python3. The html_last_updated_fmt option is interpeted as a byte string in python3, causing Sphinx build to break. This patch makes it utf-8 string. To manage notifications about this bug go to: https://bugs.launchpad.net/barbican/+bug/1693670/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

