Add README to tools directory to help point out what files do

Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Steven Dake 2012-03-27 10:35:47 -07:00
parent fbd62cb9c7
commit 903529c05a
1 changed files with 21 additions and 0 deletions

21
tools/README Normal file
View File

@ -0,0 +1,21 @@
Files in this directory are general developer tools or examples of how
to do certain activities.
-----
Tools
-----
+ experimental_create.py
- Example of creating an keypair and instantiating an instance after
one has been registered with JEOS create
+ openstack - WARNING COULD DESTROY DATA
- Installs, Uninstalls, starts, and stops openstack from the RPM repoistory
on F16 or F17. This provides a consistent way for developers to deploy
openstack in a consistent painless way.
THIS IS NOT INTENDED FOR END USERS AS IT COULD PERMANENTLY DESTROY DATA
AND DOES NOT PROPERLY SECURE THE INSTALLATION.
+ experimental_ssh_eventlet.py
- Example of using ssh inside python with eventlets.