|
...
|
...
|
@@ -1,12 +1,14 @@
|
|
1
|
1
|
#!/usr/bin/env bash
|
|
2
|
2
|
|
|
3
|
|
-# **stack.sh** is rackspace cloudbuilder's opinionated openstack dev installation.
|
|
|
3
|
+# **stack.sh** is an opinionated openstack dev installation.
|
|
4
|
4
|
|
|
5
|
5
|
# To keep this script simple we assume you are running on an **Ubuntu 11.04
|
|
6
|
6
|
# Natty** machine. It should work in a VM or physical server. Additionally we
|
|
7
|
7
|
# put the list of *apt* and *pip* dependencies and other configuration files in
|
|
8
|
8
|
# this repo. So start by grabbing this script and the dependencies.
|
|
9
|
9
|
|
|
|
10
|
+# You can grab the most recent version of this script and files from Rackspace
|
|
|
11
|
+# Cloud Builders at https://github.com/cloudbuilders/devstack
|
|
10
|
12
|
|
|
11
|
13
|
# Sanity Check
|
|
12
|
14
|
# ============
|