From 2fac978566a32d85db4766e0a70f5d64802bb203 Mon Sep 17 00:00:00 2001
From: William Snow <wasnow@cisco.com>
Date: Mon, 22 Feb 2016 11:30:56 -0800
Subject: [PATCH] Minor update add prechecks into workflow path

TrivialFix

Change-Id: I93f9ec574b4d46a53086ca11946bfa1003e26fa0
---
 doc/quickstart.rst | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index 81fb2f010..8e5192ba8 100644
--- a/doc/quickstart.rst
+++ b/doc/quickstart.rst
@@ -207,8 +207,8 @@ Kolla deploys OpenStack using
 packaging if the distro packaging has recommended version available.
 
 Some implemented distro versions of Ansible are too old to use distro
-packaging.  Currently, CentOS and RHEL package Ansible 1.9.4 which is 
-suitable for use with Kolla. 
+packaging.  Currently, CentOS and RHEL package Ansible 1.9.4 which is
+suitable for use with Kolla.
 
 On CentOS or RHEL systems, this can be done using:
 
@@ -259,7 +259,7 @@ information reference
 `pokey registry <https://github.com/docker/docker/issues/14018>`__.
 
 The Kolla community recommends using registry 2.3 or later. To deploy
-registry 2.3 do the following: 
+registry 2.3 do the following:
 
 ::
 
@@ -443,6 +443,15 @@ wrapped in the kolla-script in the future.  Note even for all-in-one installs
 it is possible to use the docker registry for deployment, although not
 strictly required.
 
+First, check that the deployment targets are in a state where Kolla may deploy
+to them:
+
+::
+
+    kolla-ansible prechecks
+
+Run the deployment:
+
 ::
 
     kolla-ansible deploy
-- 
GitLab