[upstream] Use git.openstack.org and nano

- git.openstack.org is an official git repository in OpenStack.
- some trainees might not be familiar with vi editor environment.
  Let's specify nano for beginners but mention that the preference
  is up to students.

Change-Id: Ieeb09a3fe9a9ffba27987a3dc5b5aeb45786501a
This commit is contained in:
Ian Y. Choi 2017-04-27 00:29:27 +09:00
parent 3e74445092
commit 6ce3600fc3

View File

@ -29,7 +29,7 @@ DevStack Clone and Setup
.. code-block:: console
git clone https://github.com/openstack-dev/devstack
git clone https://git.openstack.org/openstack-dev/devstack
- Make any local configurations changes (set passwords, IP addresses, etc.)
@ -37,7 +37,12 @@ DevStack Clone and Setup
cd ./devstack
cp ./samples/local.conf .
vi ./local.conf
nano ./local.conf
.. note::
- Students can use a different editor instead of nano with their own
preferences (e.g. vi, emacs, or whatever they want).
- Run DevStack