README.md
6398787b
 Tool to quickly deploy openstack dev environments.
 
 # Goals
 
38df1228
 * To quickly build dev openstack environments in clean oneiric environments
6398787b
 * To describe working configurations of openstack (which code branches work together?  what do config files look like for those branches?)
 * To make it easier for developers to dive into openstack so that they can productively contribute without having to understand every part of the system at once
 * To make it easy to prototype cross-project features
2caf8fdd
 
b69d6ce5
 Read more at http://devstack.org (built from the gh-pages branch)
 
0e65abf1
 Be sure to carefully read these scripts before you run them as they install software and may alter your networking configuration.
 
 # To start a dev cloud on your local machine (installing on a dedicated vm is safer!):
 
     ./stack.sh
 
6398787b
 If working correctly, you should be able to access openstack endpoints, like:
 
ca85b799
 * Horizon: http://myhost/
6398787b
 * Keystone: http://myhost:5000/v2.0/
 
 # Customizing
 
 You can tweak environment variables by creating file name 'localrc' should you need to override defaults.  It is likely that you will need to do this to tweak your networking configuration should you need to access your cloud from a different host.
 
aec8fa4e
 # Todo
2caf8fdd
 
1c1d1505
 * Add python-novaclient cli support
710eeec0
 * syslog
2caf8fdd
 * Add volume support
1c1d1505
 * Add quantum support
 
2caf8fdd
 # Future
ba23cc73
 
04ab3aec
 * idea: move from screen to tmux?
ba23cc73
 * idea: create a live-cd / vmware preview image using this?