]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Add README to tools directory to help point out what files do
authorSteven Dake <sdake@redhat.com>
Tue, 27 Mar 2012 17:35:47 +0000 (10:35 -0700)
committerSteven Dake <sdake@redhat.com>
Tue, 27 Mar 2012 17:35:47 +0000 (10:35 -0700)
Signed-off-by: Steven Dake <sdake@redhat.com>
tools/README [new file with mode: 0644]

diff --git a/tools/README b/tools/README
new file mode 100644 (file)
index 0000000..c143f60
--- /dev/null
@@ -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.