Add clean.sh
clean.sh gets rid of all residue of running DevStack except installed
packages and pip modules.
And it eradicates rabbitmq-server and ts erlang dependencies as well as
the other RPC backends and databases.
Change-Id: I2b9a251a0a151c012bae85a5a2f9c2f72e7700be
diff --git a/lib/quantum b/lib/quantum
index 66360d4..862ba84 100644
--- a/lib/quantum
+++ b/lib/quantum
@@ -211,8 +211,6 @@
fi
_configure_quantum_debug_command
-
- _cleanup_quantum
}
function create_nova_conf_quantum() {
@@ -385,9 +383,9 @@
fi
}
-# _cleanup_quantum() - Remove residual data files, anything left over from previous
+# cleanup_quantum() - Remove residual data files, anything left over from previous
# runs that a clean run would need to clean up
-function _cleanup_quantum() {
+function cleanup_quantum() {
:
}