summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorLorin Hochstein <lorin@isi.edu>2011-11-15 16:31:28 -0500
committerLorin Hochstein <lorin@isi.edu>2011-11-15 16:33:03 -0500
commit78de0014c675c8a7732eeea3b9afad5f11870d72 (patch)
tree553b86a2aa2a7af5705adb8a54ce44b6d4d5ef41 /doc/source
parentdfcb237904157b37cf3bdea95370b35a3613924f (diff)
downloadnova-78de0014c675c8a7732eeea3b9afad5f11870d72.tar.gz
nova-78de0014c675c8a7732eeea3b9afad5f11870d72.tar.xz
nova-78de0014c675c8a7732eeea3b9afad5f11870d72.zip
Reference Ron Pedde's cleanup script for DevStack.
Docs now have a link to Ron Pedde's cleanup script for DevStack. Change-Id: I2a36fbfae2ebec437091a50d17d57fef0858be74
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/quickstart.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/source/quickstart.rst b/doc/source/quickstart.rst
index 8fa47e3fa..2de9a1826 100644
--- a/doc/source/quickstart.rst
+++ b/doc/source/quickstart.rst
@@ -21,6 +21,11 @@ Nova Quickstart
The quickest way to set up an OpenStack development environment for testing is
to use `DevStack <http://devstack.org/>`_.
-To start over, drop the nova, glance, and keystone databases, delete the logs,
-delete the IP addresses and bridges created, and then recreate the databases
-and restart the services to get back to a clean state.
+Currently, there is no automated way to do a clean reset of DevStack. The
+beginnings of an external cleanup script can be found at `Ron Pedde's DevStack
+branch <https://github.com/rpedde/devstack/blob/master/clean.sh>`_, which
+deletes instances and cleans up security groups.
+
+To manually start over, drop the nova, glance, and keystone databases, delete
+the logs, delete the IP addresses and bridges created, and then recreate the
+databases and restart the services to get back to a clean state.