Updated openstack/openstack

Project: openstack/python-keystoneclient  daa99ed5fe1df548c26feff68b45bda7ac94ea25

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.

In addition, changing Popen to check_output because
check_output() will raise CalledProcessError if the called process
returns a non-zero return code.
It also makes the code look much better.

Change-Id: If01f08216b4b252bd31029913e83fe945bf76866
Closes-Bug:#1693670
This commit is contained in:
Jenkins 2017-06-07 09:16:25 +00:00 committed by Gerrit Code Review
parent 91d402b0ea
commit e7d299352e
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9dd14ef70fcf8400e0e7e55ad8122e5547557cf3
Subproject commit daa99ed5fe1df548c26feff68b45bda7ac94ea25