From ce043c4dbf38a4947274cbfcbee79bd8e6283a6c Mon Sep 17 00:00:00 2001
From: Dean Troyer <dtroyer@gmail.com>
Date: Fri, 3 Feb 2012 22:56:38 -0600
Subject: [PATCH] README updates

Change-Id: I0732a26a50b736e89d35b03a9ff79fa068804677
---
 README.md | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a185f34f96..0fb8581126 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@ Devstack is a set of scripts and utilities to quickly deploy an OpenStack cloud.
 * To describe working configurations of OpenStack (which code branches work together?  what do config files look like for those branches?)
 * To make it easier for developers to dive into OpenStack so that they can productively contribute without having to understand every part of the system at once
 * To make it easy to prototype cross-project features
+* To sanity-check OpenStack builds (used in gating commits to the primary repos)
 
 Read more at http://devstack.org (built from the gh-pages branch)
 
@@ -13,13 +14,19 @@ IMPORTANT: Be sure to carefully read stack.sh and any other scripts you execute
 
 # Versions
 
-The devstack master branch generally points to trunk versions of OpenStack components.  For older, stable versions, look for branches named stable/[mil
-estone].  For example, you can do the following to create a diablo OpenStack cloud:
+The devstack master branch generally points to trunk versions of OpenStack components.  For older, stable versions, look for branches named stable/[release].  For example, you can do the following to create a diablo OpenStack cloud:
 
     git checkout stable/diablo
     ./stack.sh
 
-# To start a dev cloud (Installing in a dedicated, disposable vm is safer than installing on your dev machine!):
+Milestone builds are also available in this manner:
+
+    git checkout essex-3
+    ./stack.sh
+
+# Start A Dev Cloud
+
+Installing in a dedicated disposable vm is safer than installing on your dev machine!  To start a dev cloud:
 
     ./stack.sh