Remove reference to dead script configure_tempest.sh
The script was removed from devstack in commit 6994296bf64f8
as part of bug #1087203.
Change-Id: I6b920be272ba9ed814e0cbc7fe8eb43a87df2e71
diff --git a/README.rst b/README.rst
index 04a4b3e..1f44832 100644
--- a/README.rst
+++ b/README.rst
@@ -33,11 +33,6 @@
devstack uploaded and set the image_ref value in the [environment]
section in the tempest.conf to that image UUID.
- In addition, the ``<devstack-repo>/tools/configure_tempest.sh`` script can
- also be used to generate a tempest.conf based on your devstack's rc files.
- TEMPEST_DIR variable points to location /opt/stack/temptest. Update this
- variable if the location is different..
-
Tempest is not tied to any single test runner, but Nose been the most commonly
used tool. After setting up your configuration file, you can execute
the set of Tempest tests by using ``nosetests`` ::