Browse code

updating readme a bit

Jake Dahn authored on 2011/09/17 08:06:46
Showing 1 changed files
... ...
@@ -1,15 +1,13 @@
1
-Tool to build (nfs export) openstack dev environments
1
+Tool to quickly deploy and dev environments
2 2
 
3 3
 # Todo
4 4
 
5 5
 * Add python-novaclient cli support
6 6
 * move keystone/glance/dash to mysql
7 7
 * syslog
8
-* munin
9 8
 * check openstack-puppet recipes to see if anything else is missing
10 9
 * allow rabbit connection to be specified via environment variables with sensible defaults
11 10
 * Add volume support
12
-* extract image upload to a seperate script that supports generating images via debootstrap (ubuntu-vm-builder?)
13 11
 * allow changing of git locations (specify different tag/branch or repos)
14 12
 * change method of invoking stack.sh to ./stack.sh all _or_ ./stack.sh nova-compute,nova-network,nova-api,nova-volume
15 13
 * Add quantum support
... ...
@@ -19,6 +17,8 @@ Tool to build (nfs export) openstack dev environments
19 19
 * sqlconn can be set via env
20 20
 * move back to using sudo
21 21
 * move nova to mysql
22
+* munin
23
+* extract image upload to a seperate script that supports generating images via debootstrap (ubuntu-vm-builder?)
22 24
 
23 25
 # Future
24 26