Skip to content

Commit a7f3272

Browse files
committed
Fix up main readme
A few tweaks to make this more accurate. Change-Id: I36ae24870be2ca6b5ac0e0507dd457b688739348
1 parent 1ad91a7 commit a7f3272

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
DevStack is a set of scripts and utilities to quickly deploy an OpenStack cloud.
1+
DevStack is a set of scripts and utilities to quickly deploy an OpenStack cloud
2+
from git source trees.
23

34
Goals
45
=====
@@ -27,9 +28,9 @@ Versions
2728
The DevStack master branch generally points to trunk versions of OpenStack
2829
components. For older, stable versions, look for branches named
2930
stable/[release] in the DevStack repo. For example, you can do the
30-
following to create a Newton OpenStack cloud::
31+
following to create a Pike OpenStack cloud::
3132

32-
git checkout stable/newton
33+
git checkout stable/pike
3334
./stack.sh
3435

3536
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
5455
endpoints, like so:
5556

5657
* Horizon: http://myhost/
57-
* Keystone: http://myhost:5000/v2.0/
58+
* Keystone: http://myhost/identity/v2.0/
5859

5960
We also provide an environment file that you can use to interact with your
6061
cloud via CLI::

doc/source/guides/devstack-with-lbaas-v2.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ Edit your ``local.conf`` to look like
3939
LOGFILE=$DEST/logs/stack.sh.log
4040
VERBOSE=True
4141
LOG_COLOR=True
42-
SCREEN_LOGDIR=$DEST/logs
4342
# Pre-requisite
4443
ENABLED_SERVICES=rabbit,mysql,key
4544
# Horizon

0 commit comments

Comments
 (0)