Fix an annoying detail in the developer quick-start

Instead of using two commands to go to the user home directory use only
one.

Change-Id: I905c1143d5072c3f6b3cae55e4c79e2dfbadb3cc
This commit is contained in:
Lucas Alvares Gomes 2015-10-14 14:24:44 +01:00
parent b80e59148c
commit 4cd7acc90c

View File

@ -355,8 +355,7 @@ permissions, but does provide a script to perform the task::
Switch to the stack user and clone DevStack::
sudo su stack
cd ~
sudo su - stack
git clone https://github.com/openstack-dev/devstack.git devstack
Create devstack/local.conf with minimal settings required to enable Ironic.