updating readme a bit
This commit is contained in:
parent
1f71760110
commit
32dbf11a46
1 changed files with 3 additions and 3 deletions
6
README
6
README
|
@ -1,15 +1,13 @@
|
||||||
Tool to build (nfs export) openstack dev environments
|
Tool to quickly deploy and dev environments
|
||||||
|
|
||||||
# Todo
|
# Todo
|
||||||
|
|
||||||
* Add python-novaclient cli support
|
* Add python-novaclient cli support
|
||||||
* move keystone/glance/dash to mysql
|
* move keystone/glance/dash to mysql
|
||||||
* syslog
|
* syslog
|
||||||
* munin
|
|
||||||
* check openstack-puppet recipes to see if anything else is missing
|
* check openstack-puppet recipes to see if anything else is missing
|
||||||
* allow rabbit connection to be specified via environment variables with sensible defaults
|
* allow rabbit connection to be specified via environment variables with sensible defaults
|
||||||
* Add volume support
|
* 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)
|
* 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
|
* change method of invoking stack.sh to ./stack.sh all _or_ ./stack.sh nova-compute,nova-network,nova-api,nova-volume
|
||||||
* Add quantum support
|
* Add quantum support
|
||||||
|
@ -19,6 +17,8 @@ Tool to build (nfs export) openstack dev environments
|
||||||
* sqlconn can be set via env
|
* sqlconn can be set via env
|
||||||
* move back to using sudo
|
* move back to using sudo
|
||||||
* move nova to mysql
|
* move nova to mysql
|
||||||
|
* munin
|
||||||
|
* extract image upload to a seperate script that supports generating images via debootstrap (ubuntu-vm-builder?)
|
||||||
|
|
||||||
# Future
|
# Future
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue