heat/tools
Steven Dake 2198a722a4 Fix spelling error
Signed-off-by: Steven Dake <sdake@redhat.com>
2012-03-28 11:22:30 -07:00
..
README Fix spelling error 2012-03-28 11:22:30 -07:00
experimental_create.py Add code that shows how to create an instance 2012-03-26 09:18:21 -07:00
experimental_ssh_eventlet.py Add an experimental ssh monitoring script. 2012-03-26 15:18:29 +11:00
openstack Add error checking and help to tool 2012-03-26 09:30:18 -07:00

README

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 repository
      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.