From 32dbf11a4650dec802598435e949fe2fee57017a Mon Sep 17 00:00:00 2001 From: Jake Dahn Date: Fri, 16 Sep 2011 16:06:46 -0700 Subject: [PATCH 1/3] updating readme a bit --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index c30f61c193..4585601286 100644 --- a/README +++ b/README @@ -1,15 +1,13 @@ -Tool to build (nfs export) openstack dev environments +Tool to quickly deploy and dev environments # Todo * Add python-novaclient cli support * move keystone/glance/dash to mysql * syslog -* munin * check openstack-puppet recipes to see if anything else is missing * allow rabbit connection to be specified via environment variables with sensible defaults * Add volume support -* extract image upload to a seperate script that supports generating images via debootstrap (ubuntu-vm-builder?) * allow changing of git locations (specify different tag/branch or repos) * change method of invoking stack.sh to ./stack.sh all _or_ ./stack.sh nova-compute,nova-network,nova-api,nova-volume * Add quantum support @@ -19,6 +17,8 @@ Tool to build (nfs export) openstack dev environments * sqlconn can be set via env * move back to using sudo * move nova to mysql +* munin +* extract image upload to a seperate script that supports generating images via debootstrap (ubuntu-vm-builder?) # Future From 8bf18c6ccd95498d6b1567159ac3aff49b9c51a4 Mon Sep 17 00:00:00 2001 From: Jake Dahn Date: Fri, 16 Sep 2011 16:09:46 -0700 Subject: [PATCH 2/3] fixing typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 4585601286..1e86af1aa9 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Tool to quickly deploy and dev environments +Tool to quickly deploy and openstack dev environments # Todo From b8b5ddd31ae953b8a3f78cf3b85e40dcf19aaf2b Mon Sep 17 00:00:00 2001 From: Jake Dahn Date: Fri, 16 Sep 2011 16:12:08 -0700 Subject: [PATCH 3/3] fixing another typo, i suck at english on fridays --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 1e86af1aa9..cc20d5c198 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Tool to quickly deploy and openstack dev environments +Tool to quickly deploy openstack dev environments # Todo