Browse code

simple docs

Jesse Andrews authored on 2011/10/03 05:36:54
Showing 1 changed files
... ...
@@ -1,14 +1,15 @@
1 1
 #!/usr/bin/env bash
2 2
 
3
-# **stack.sh** is an opinionated openstack dev installation.
3
+# **stack.sh** is an opinionated openstack developer installation.
4
+
5
+# This script installs and configures *nova*, *glance*, *dashboard* and *keystone*
4 6
 
5 7
 # To keep this script simple we assume you are running on an **Ubuntu 11.04
6 8
 # Natty** machine.  It should work in a VM or physical server.  Additionally we
7 9
 # put the list of *apt* and *pip* dependencies and other configuration files in
8 10
 # this repo.  So start by grabbing this script and the dependencies.
9 11
 
10
-# You can grab the most recent version of this script and files from Rackspace
11
-# Cloud Builders at https://github.com/cloudbuilders/devstack
12
+# Learn more and get the most recent version at http://devstack.org
12 13
 
13 14
 # Sanity Check
14 15
 # ============