Add script to shutdown VMs and clean environment quickly

Closes-Bug: #1454742
Change-Id: If06a5ca225a68fe20b027830ed88e7e964cd27c3
This commit is contained in:
Kyrylo Romanenko 2015-03-18 16:11:54 +02:00 committed by Dmitry Pyzhov
parent fbfe367850
commit 1e52d6bc45
2 changed files with 6 additions and 0 deletions

View File

@ -20,3 +20,4 @@ If there are any errors, the script will report them and abort.
If you want to change settings (number of OpenStack nodes, CPU, RAM, HDD), please refer to "config.sh".
To shutdown VMs and clean environment just run "./clean.sh"

5
virtualbox/clean.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
# Shutdown installation and clean environment
./actions/prepare-environment.sh || exit 1
./actions/clean-previous-installation.sh || exit 1