diff options
| author | Jenkins <jenkins@review.openstack.org> | 2011-11-18 01:20:13 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2011-11-18 01:20:13 +0000 |
| commit | 15937a41609a0216020aa23a8debbd10c1f74de6 (patch) | |
| tree | 190ff268b8e6e8c5bffe637e8b86fba4ad1d52fd /doc/source | |
| parent | 82f0986011e82a36eb4dd3b358ee7cbf576d387a (diff) | |
| parent | 78de0014c675c8a7732eeea3b9afad5f11870d72 (diff) | |
Merge "Reference Ron Pedde's cleanup script for DevStack."
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/quickstart.rst | 11 |
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. |
