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
This commit is contained in:
ashi kansal 2016-07-04 11:37:43 +05:30
parent 7b49d12872
commit 63bd600aa7

View File

@ -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
~~~~~~~~~~~~~~~~~~~~~~