Fix up main readme

A few tweaks to make this more accurate.

Change-Id: I36ae24870be2ca6b5ac0e0507dd457b688739348
This commit is contained in:
Sean Dague 2017-09-07 11:16:40 -04:00
parent 1ad91a7d4b
commit a7f3272022
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,5 @@
DevStack is a set of scripts and utilities to quickly deploy an OpenStack cloud.
DevStack is a set of scripts and utilities to quickly deploy an OpenStack cloud
from git source trees.
Goals
=====
@ -27,9 +28,9 @@ Versions
The DevStack master branch generally points to trunk versions of OpenStack
components. For older, stable versions, look for branches named
stable/[release] in the DevStack repo. For example, you can do the
following to create a Newton OpenStack cloud::
following to create a Pike OpenStack cloud::
git checkout stable/newton
git checkout stable/pike
./stack.sh
You can also pick specific OpenStack project releases by setting the appropriate
@ -54,7 +55,7 @@ When the script finishes executing, you should be able to access OpenStack
endpoints, like so:
* Horizon: http://myhost/
* Keystone: http://myhost:5000/v2.0/
* Keystone: http://myhost/identity/v2.0/
We also provide an environment file that you can use to interact with your
cloud via CLI::

View File

@ -39,7 +39,6 @@ Edit your ``local.conf`` to look like
LOGFILE=$DEST/logs/stack.sh.log
VERBOSE=True
LOG_COLOR=True
SCREEN_LOGDIR=$DEST/logs
# Pre-requisite
ENABLED_SERVICES=rabbit,mysql,key
# Horizon