@@ -38,22 +38,23 @@ Quick Start
3838Install Linux
3939-------------
4040
41- Start with a clean and minimal install of a Linux system. Devstack
41+ Start with a clean and minimal install of a Linux system. DevStack
4242attempts to support the two latest LTS releases of Ubuntu, the
4343latest/current Fedora version, CentOS/RHEL 7, as well as Debian and
4444OpenSUSE.
4545
46- If you do not have a preference, Ubuntu 16 .04 is the most tested, and
47- will probably go the smoothest.
46+ If you do not have a preference, Ubuntu 18 .04 (Bionic Beaver) is the
47+ most tested, and will probably go the smoothest.
4848
49- Add Stack User
50- --------------
49+ Add Stack User (optional)
50+ -------------------------
5151
52- Devstack should be run as a non-root user with sudo enabled
52+ DevStack should be run as a non-root user with sudo enabled
5353(standard logins to cloud images such as "ubuntu" or "cloud-user"
5454are usually fine).
5555
56- You can quickly create a separate `stack ` user to run DevStack with
56+ If you are not using a cloud image, you can create a separate `stack ` user
57+ to run DevStack with
5758
5859.. code-block :: console
5960
@@ -76,12 +77,12 @@ Download DevStack
7677 $ cd devstack
7778
7879 The ``devstack `` repo contains a script that installs OpenStack and
79- templates for configuration files
80+ templates for configuration files.
8081
8182Create a local.conf
8283-------------------
8384
84- Create a ``local.conf `` file with 4 passwords preset at the root of the
85+ Create a ``local.conf `` file with four passwords preset at the root of the
8586devstack git repo.
8687
8788.. code-block :: ini
0 commit comments