From babbf2677c5db65d51a7372adfcdb4862fdcd14c Mon Sep 17 00:00:00 2001 From: Iwona Kotlarska Date: Tue, 21 Mar 2017 19:30:21 +0100 Subject: [PATCH] Adds information about using bash to documentation. Adds **Note:** Make sure to use bash, as other shells are not fully compatible and may cause hard to debug problems. to the doc/source/devref/devstack.rst to warn that bash should be used. Change-Id: I70f73f26ce8bc75e46cd858c4b33a6a7aff3cdce Closes-Bug: 1674779 --- doc/source/devref/devstack.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/devref/devstack.rst b/doc/source/devref/devstack.rst index ae080662..0eb2590d 100644 --- a/doc/source/devref/devstack.rst +++ b/doc/source/devref/devstack.rst @@ -47,6 +47,9 @@ Install DevStack The instructions assume that you've decided to install DevStack into Ubuntu 14.04 system. +**Note:** Make sure to use bash, as other shells are not fully compatible +and may cause hard to debug problems. + 1. Clone DevStack: .. sourcecode:: console