From b0865de942f0cf46f61ea5be083ebcd4d2d58ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Ramalho?= Date: Tue, 14 Nov 2017 14:11:50 +0100 Subject: [PATCH] Fix doc formatting Added a missing newline between the markup and text on AIO docs. Change-Id: If8130a1354c4dc17b9bee5fe88ae61e973f8915b --- doc/source/install/developer/all-in-one.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/install/developer/all-in-one.rst b/doc/source/install/developer/all-in-one.rst index f3f5c9175d..9f6375bd8e 100644 --- a/doc/source/install/developer/all-in-one.rst +++ b/doc/source/install/developer/all-in-one.rst @@ -139,6 +139,7 @@ It is recommended to pull the kubeadm-aio container as it is stable at the time it was built :: + export KUBEADM_IMAGE=openstackhelm/kubeadm-aio:v1.7.5 sudo docker pull ${KUBEADM_IMAGE}