Merge "Update docs index page"

This commit is contained in:
Zuul 2019-04-03 06:39:52 +00:00 committed by Gerrit Code Review
commit 683454f319

View File

@ -38,22 +38,23 @@ Quick Start
Install Linux Install Linux
------------- -------------
Start with a clean and minimal install of a Linux system. Devstack Start with a clean and minimal install of a Linux system. DevStack
attempts to support the two latest LTS releases of Ubuntu, the attempts to support the two latest LTS releases of Ubuntu, the
latest/current Fedora version, CentOS/RHEL 7, as well as Debian and latest/current Fedora version, CentOS/RHEL 7, as well as Debian and
OpenSUSE. OpenSUSE.
If you do not have a preference, Ubuntu 16.04 is the most tested, and If you do not have a preference, Ubuntu 18.04 (Bionic Beaver) is the
will probably go the smoothest. most tested, and will probably go the smoothest.
Add Stack User Add Stack User (optional)
-------------- -------------------------
Devstack should be run as a non-root user with sudo enabled DevStack should be run as a non-root user with sudo enabled
(standard logins to cloud images such as "ubuntu" or "cloud-user" (standard logins to cloud images such as "ubuntu" or "cloud-user"
are usually fine). are usually fine).
You can quickly create a separate `stack` user to run DevStack with If you are not using a cloud image, you can create a separate `stack` user
to run DevStack with
.. code-block:: console .. code-block:: console
@ -76,12 +77,12 @@ Download DevStack
$ cd devstack $ cd devstack
The ``devstack`` repo contains a script that installs OpenStack and The ``devstack`` repo contains a script that installs OpenStack and
templates for configuration files templates for configuration files.
Create a local.conf Create a local.conf
------------------- -------------------
Create a ``local.conf`` file with 4 passwords preset at the root of the Create a ``local.conf`` file with four passwords preset at the root of the
devstack git repo. devstack git repo.
.. code-block:: ini .. code-block:: ini