Skip to content
Snippets Groups Projects
Commit 731970fc authored by caoyuan's avatar caoyuan
Browse files

Fix the "tox -e docs" faild for kolla-ansible

doc/operating-kolla.rst:104: D000 Explicit markup ends without a blank
line; unexpected unindent.
doc/zun-guide.rst:11: D000 Inline literal start-string without
end-string.

Change-Id: I614e5ccb7b77da6766ddf44219a389346ad2c9ec
parent 3b945400
No related branches found
No related tags found
No related merge requests found
...@@ -100,5 +100,5 @@ node to get the admin openrc file. ...@@ -100,5 +100,5 @@ node to get the admin openrc file.
``kolla-ansible -i INVENTORY check`` is used to do post-deployment smoke ``kolla-ansible -i INVENTORY check`` is used to do post-deployment smoke
tests. tests.
.. note:: In order to do smoke tests, requires .. note::
``kolla_enable_sanity_checks=yes``. In order to do smoke tests, requires ``kolla_enable_sanity_checks=yes``.
...@@ -9,7 +9,7 @@ Preparation and Deployment ...@@ -9,7 +9,7 @@ Preparation and Deployment
-------------------------- --------------------------
To allow Zun Compute connect to the Docker Daemon, add the following in the To allow Zun Compute connect to the Docker Daemon, add the following in the
``docker.service` file on each zun-compute node. ``docker.service`` file on each zun-compute node.
:: ::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment