From f832efa588e7174878960907924b75f4be6da9a9 Mon Sep 17 00:00:00 2001
From: confi-surya <singh.surya64mnnit@gmail.com>
Date: Mon, 11 Jun 2018 16:52:20 +0900
Subject: [PATCH] Correct path to use for development

Currently, to run kolla-ansible inventory files, wrong
path was followed. So this patch correct use of invetory file path.

Change-Id: Id1526c3d9df54e7f456f5af1089a393f296d3be9
---
 doc/source/user/quickstart.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/source/user/quickstart.rst b/doc/source/user/quickstart.rst
index 96777cbe9..0b80a8175 100644
--- a/doc/source/user/quickstart.rst
+++ b/doc/source/user/quickstart.rst
@@ -474,7 +474,7 @@ the correct versions.
      .. code-block:: console
 
         cd kolla-ansible/tools
-        ./kolla-ansible -i ./multinode bootstrap-servers
+        ./kolla-ansible -i ../ansible/inventory/multinode bootstrap-servers
 
      .. end
 
@@ -482,7 +482,7 @@ the correct versions.
 
      .. code-block:: console
 
-        ./kolla-ansible -i ./multinode prechecks
+        ./kolla-ansible -i ../ansible/inventory/multinode prechecks
 
      .. end
 
@@ -490,7 +490,7 @@ the correct versions.
 
      .. code-block:: console
 
-        ./kolla-ansible -i ./multinode deploy
+        ./kolla-ansible -i ../ansible/inventory/multinode deploy
 
      .. end
 
-- 
GitLab