Fix up main readme
A few tweaks to make this more accurate. Change-Id: I36ae24870be2ca6b5ac0e0507dd457b688739348
This commit is contained in:
parent
1ad91a7d4b
commit
a7f3272022
@ -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
|
Goals
|
||||||
=====
|
=====
|
||||||
@ -27,9 +28,9 @@ Versions
|
|||||||
The DevStack master branch generally points to trunk versions of OpenStack
|
The DevStack master branch generally points to trunk versions of OpenStack
|
||||||
components. For older, stable versions, look for branches named
|
components. For older, stable versions, look for branches named
|
||||||
stable/[release] in the DevStack repo. For example, you can do the
|
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
|
./stack.sh
|
||||||
|
|
||||||
You can also pick specific OpenStack project releases by setting the appropriate
|
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:
|
endpoints, like so:
|
||||||
|
|
||||||
* Horizon: http://myhost/
|
* 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
|
We also provide an environment file that you can use to interact with your
|
||||||
cloud via CLI::
|
cloud via CLI::
|
||||||
|
@ -39,7 +39,6 @@ Edit your ``local.conf`` to look like
|
|||||||
LOGFILE=$DEST/logs/stack.sh.log
|
LOGFILE=$DEST/logs/stack.sh.log
|
||||||
VERBOSE=True
|
VERBOSE=True
|
||||||
LOG_COLOR=True
|
LOG_COLOR=True
|
||||||
SCREEN_LOGDIR=$DEST/logs
|
|
||||||
# Pre-requisite
|
# Pre-requisite
|
||||||
ENABLED_SERVICES=rabbit,mysql,key
|
ENABLED_SERVICES=rabbit,mysql,key
|
||||||
# Horizon
|
# Horizon
|
||||||
|
Loading…
Reference in New Issue
Block a user