My goals were/are/(may continue to be, haha) the following:
1. Add in enough abstraction so that you can look at how each component is installed/uninstalled/started/stopped by looking at a single file (maybe 2 files)
2. Have the ability to start/stop in different manners (not always screen)
3. Have the ability to have pkg/pip installation (and definition separate from the main code, already starting to be done), in more than 1 distro.
* This allows others to easily know what versions of packages work for a given openstack release for more than one distro (yes that's right, more than ubuntu)
4. Increase the level of documentation (probably not going to be in the end, inline like what is in devstack, since that just doesn't seem maintainable in the long-term)
* This may mean having documentation created similar to nova, glance, as a separate documentation document/page....
Still be simple "enough" to run and use so that the non-python dev can install from trunk without having to understand what is going on.
-Josh