From 710eeec0f4d49cec4102bba6a8467df56307f297 Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Tue, 13 Sep 2011 00:04:24 -0700 Subject: [PATCH] update readme --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index 0c7e5feb36..c30f61c193 100644 --- a/README +++ b/README @@ -3,21 +3,22 @@ Tool to build (nfs export) openstack dev environments # Todo * Add python-novaclient cli support -* move to mysql +* 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 -* allow rabbit connection to be specified via environment variables with sensible defaults -* syslog -* munin -* check puppet recipes to see if anything else is missing # Done * sqlconn can be set via env * move back to using sudo +* move nova to mysql # Future