From 63bd600aa7a16e0241caa2388ed4d49bbafa3330 Mon Sep 17 00:00:00 2001 From: ashi kansal Date: Mon, 4 Jul 2016 11:37:43 +0530 Subject: [PATCH] Corrected execution step for devstack Execution of devstack script may not start on some machines because some of the machine may not have current directory in PATH variables. Correction has been made to start the script independent of the environment. Change-Id: Ib7f9b691a9567f22f7d81bf725cc89d69cdd229b Closes-Bug: #1598694 --- doc/source/install/devstack.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install/devstack.rst b/doc/source/install/devstack.rst index ffe5527f6..f0bf80f1f 100644 --- a/doc/source/install/devstack.rst +++ b/doc/source/install/devstack.rst @@ -37,7 +37,7 @@ Install from master 3. Run ``stack.sh``:: - $ stack.sh + $ ./stack.sh Install from stable branch ~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -58,7 +58,7 @@ place of branch-name as given below: 3. Run ``stack.sh``:: - $ stack.sh + $ ./stack.sh Multi Node Environment ~~~~~~~~~~~~~~~~~~~~~~