diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 3a3bac32f..47f0e69c6 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -338,6 +338,10 @@ if is_service_enabled zaqar-websocket || is_service_enabled zaqar-wsgi; then if [[ "$1" == "unstack" ]]; then stop_zaqar fi + + if [[ "$1" == "clean" ]]; then + cleanup_zaqar + fi fi # Restore xtrace