From cd33ebc405a687d49bd2dc32f7e40f9352ac1bc2 Mon Sep 17 00:00:00 2001
From: Mark Goddard <mark@stackhpc.com>
Date: Tue, 6 Feb 2018 14:14:57 +0000
Subject: [PATCH] Dev automation documentation review changes

---
 doc/source/development/automated.rst | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/source/development/automated.rst b/doc/source/development/automated.rst
index 785b9bf7..ac213606 100644
--- a/doc/source/development/automated.rst
+++ b/doc/source/development/automated.rst
@@ -51,23 +51,24 @@ Clone the ``dev-kayobe-config`` repository to ``config/src/kayobe-config``::
     mkdir -p config/src
     git clone https://github.com/stackhpc/dev-kayobe-config config/src/kayobe-config
 
-Follow the steps in :ref:`development-vagrant` to prepare your environment for
-use with Vagrant and bring up a Vagrant VM.
-
 Inspect the kayobe configuration and make any changes necessary for your
 environment.
 
+If using Vagrant, follow the steps in :ref:`development-vagrant` to prepare
+your environment for use with Vagrant and bring up a Vagrant VM.
+
 Usage
 -----
 
-SSH into the Vagrant VM::
+If using Vagrant, SSH into the Vagrant VM and change to the shared directory::
 
     vagrant ssh
+    cd /vagrant
 
 Run the ``dev/overcloud-deploy.sh`` script to deploy the OpenStack control
 plane::
 
-    /vagrant/kayobe/dev/overcloud-deploy.sh
+    ./dev/overcloud-deploy.sh
 
 Upon successful completion of this script, the control plane will be active.
 
-- 
GitLab