Browse code

Fix up main readme

A few tweaks to make this more accurate.

Change-Id: I36ae24870be2ca6b5ac0e0507dd457b688739348

Sean Dague authored on 2017/09/08 00:16:40
Showing 2 changed files
... ...
@@ -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.
2 3
 
3 4
 Goals
4 5
 =====
... ...
@@ -27,9 +28,9 @@ Versions
27 27
 The DevStack master branch generally points to trunk versions of OpenStack
28 28
 components.  For older, stable versions, look for branches named
29 29
 stable/[release] in the DevStack repo.  For example, you can do the
30
-following to create a Newton OpenStack cloud::
30
+following to create a Pike OpenStack cloud::
31 31
 
32
-    git checkout stable/newton
32
+    git checkout stable/pike
33 33
     ./stack.sh
34 34
 
35 35
 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
54 54
 endpoints, like so:
55 55
 
56 56
 * Horizon: http://myhost/
57
-* Keystone: http://myhost:5000/v2.0/
57
+* Keystone: http://myhost/identity/v2.0/
58 58
 
59 59
 We also provide an environment file that you can use to interact with your
60 60
 cloud via CLI::
... ...
@@ -39,7 +39,6 @@ Edit your ``local.conf`` to look like
39 39
     LOGFILE=$DEST/logs/stack.sh.log
40 40
     VERBOSE=True
41 41
     LOG_COLOR=True
42
-    SCREEN_LOGDIR=$DEST/logs
43 42
     # Pre-requisite
44 43
     ENABLED_SERVICES=rabbit,mysql,key
45 44
     # Horizon