monasca-log-api/doc/source
Vu Cong Tuan 079025f885 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.

Changing Popen to .check_output because of 3 reasons:
1. check_output() will raise CalledProcessError if
the called process returns a non-zero return code.
2. For consistency with keystone [1] and cinder [2]
3. It makes the code look much better.

[1] https://review.openstack.org/#/c/457142/
[2] https://review.openstack.org/#/c/433081

Change-Id: Ice55b84d9317e9b817e8eae3877e2f6a02ec3016
2017-06-06 10:28:33 +07:00
..
conf.py Fix html_last_updated_fmt for Python3. 2017-06-06 10:28:33 +07:00
index.rst Migrate testing to ostestr and adding docs 2017-01-17 12:53:54 +01:00
monasca_log_api.api.rst Migrate testing to ostestr and adding docs 2017-01-17 12:53:54 +01:00
monasca_log_api.healthcheck.rst Migrate testing to ostestr and adding docs 2017-01-17 12:53:54 +01:00
monasca_log_api.middleware.rst Migrate testing to ostestr and adding docs 2017-01-17 12:53:54 +01:00
monasca_log_api.monitoring.rst Migrate testing to ostestr and adding docs 2017-01-17 12:53:54 +01:00
monasca_log_api.reference.common.rst Migrate testing to ostestr and adding docs 2017-01-17 12:53:54 +01:00
monasca_log_api.reference.v2.rst Migrate testing to ostestr and adding docs 2017-01-17 12:53:54 +01:00
monasca_log_api.reference.v3.rst Migrate testing to ostestr and adding docs 2017-01-17 12:53:54 +01:00
monasca_log_api.rst Migrate testing to ostestr and adding docs 2017-01-17 12:53:54 +01:00