Browse code

update readme with note about gh-pages

Jesse Andrews authored on 2011/10/14 02:36:00
Showing 1 changed files
... ...
@@ -7,6 +7,8 @@ Tool to quickly deploy openstack dev environments.
7 7
 * 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
8 8
 * To make it easy to prototype cross-project features
9 9
 
10
+Read more at http://devstack.org (built from the gh-pages branch)
11
+
10 12
 Be sure to carefully read these scripts before you run them as they install software and may alter your networking configuration.
11 13
 
12 14
 # To start a dev cloud on your local machine (installing on a dedicated vm is safer!):
... ...
@@ -32,7 +34,6 @@ You can tweak environment variables by creating file name 'localrc' should you n
32 32
 
33 33
 * Add python-novaclient cli support
34 34
 * syslog
35
-* allow rabbit connection to be specified via environment variables with sensible defaults
36 35
 * Add volume support
37 36
 * Add quantum support
38 37