commit bf5309af522fb5927f15c4e13812d27def0962da
Author: Kiall Mac Innes <kiall@hp.com>
Date:   Mon Jan 28 17:05:12 2013 +0000

    Update README.md

 README.md |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit cfef28b4ff28057092ea66a314d511c7ba57b094
Author: Kiall Mac Innes <kiall@managedit.ie>
Date:   Mon Jan 28 17:00:13 2013 +0000

    Add README.md

 README.md |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 97b19a89402b145357b9508a778390808b7f696b
Author: Kiall Mac Innes <kiall@managedit.ie>
Date:   Mon Jan 28 16:54:52 2013 +0000

    Add secgroup JSON example

 secgroups.example.json |   50 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)

commit 2195fd6e61260d42fe9198903699bf9a80f2cd66
Author: Kiall Mac Innes <kiall@managedit.ie>
Date:   Mon Jan 28 14:33:08 2013 +0000

    Initial Commit - Mostly Works.

 .gitignore                              |   22 ++
 MANIFEST.in                             |   11 +
 bin/stackhelper                         |   21 ++
 openstack-common.conf                   |    3 +
 python-stackhelper.sublime-project      |   56 +++++
 setup.cfg                               |   16 ++
 setup.py                                |   63 ++++++
 stackhelper/cli/base.py                 |   68 ++++++
 stackhelper/cli/secgroup.py             |  160 +++++++++++++
 stackhelper/exceptions.py               |   19 ++
 stackhelper/openstack/common/setup.py   |  374 +++++++++++++++++++++++++++++++
 stackhelper/openstack/common/version.py |  139 ++++++++++++
 stackhelper/shell.py                    |   67 ++++++
 stackhelper/utils.py                    |   61 +++++
 stackhelper/version.py                  |   18 ++
 tools/pip-requires                      |    2 +
 tools/setup-requires                    |    1 +
 tools/test-requires                     |    4 +
 tox.ini                                 |   39 ++++
 19 files changed, 1144 insertions(+)