Clarify that we are the OpenStack Containers service as officially
defined in OpenStack governance [1].
[1] https://git.openstack.org/cgit/openstack/governance/plain/
reference/projects.yaml
Change-Id: I86b1b1ff7815214bd39d3ba0ec4a9fce9216d44d
From openstackdocstheme 1.18.0, valid Git URLs can be retrieved by
openstackdocstheme[1], we do not need giturl option anymore.
[1] https://review.openstack.org/532163
Change-Id: I8e90fb2e18a07e159b911406634ee578e5113cee
update html_last_updated_fmt in api-ref/source/conf.py
use the recommended '%Y-%m-%d %H:%M' data time format.
Change-Id: I144d86c8a5e0228d2dddf58d7d8a98f453353ac5
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: Ie954a0fb0a0eaf6e23a1bf9a846c4fd665606acc
Closes-Bug:#1693670
This patch adds the initial Zun API reference
documents and also add the /v1/services API documents.
Change-Id: I5ae6e313bce7d44fc1e42b982b4446123281c8d8
Partial-Implement: blueprint zun-api-doc