[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:
parent
3e74445092
commit
6ce3600fc3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user