Initial movement to new repo with cleanup
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..bf9bba5
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,28 @@
+===================
+Heat Tempest Plugin
+===================
+
+Tests can be run as a tempest plugin against any heat-enabled OpenStack
+cloud, however defaults match running against a recent DevStack.
+
+To run the tests against DevStack, do the following:
+
+    # Define DEST
+
+    export DEST=/opt/stack
+
+    # create test resources and write tempest config
+
+    $DEST/heat/heat_integrationtests/prepare_test_env.sh
+
+    $DEST/heat/heat_integrationtests/prepare_test_network.sh
+
+    # run tempest selecting only these tests
+
+    cd $DEST/tempest
+
+    tempest run --regex heat_tempest_plugin.tests
+
+If custom configuration is required, edit the [orchestration_plugin] section of
+
+    $DEST/tempest/etc/tempest.conf