From 731970fc4b678f3b0c32f16b45a993aa60fbd532 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 9 May 2017 12:23:28 +0800 Subject: [PATCH] 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 --- doc/operating-kolla.rst | 4 ++-- doc/zun-guide.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/operating-kolla.rst b/doc/operating-kolla.rst index f8285682d5..1bdaa88971 100644 --- a/doc/operating-kolla.rst +++ b/doc/operating-kolla.rst @@ -100,5 +100,5 @@ node to get the admin openrc file. ``kolla-ansible -i INVENTORY check`` is used to do post-deployment smoke tests. -.. note:: In order to do smoke tests, requires -``kolla_enable_sanity_checks=yes``. +.. note:: + In order to do smoke tests, requires ``kolla_enable_sanity_checks=yes``. diff --git a/doc/zun-guide.rst b/doc/zun-guide.rst index 7eb067e04e..a0b2653597 100644 --- a/doc/zun-guide.rst +++ b/doc/zun-guide.rst @@ -9,7 +9,7 @@ Preparation and Deployment -------------------------- 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. ::