Merge "devstack: Fix missing cleanup support"

This commit is contained in:
Zuul
2024-11-26 02:17:43 +00:00
committed by Gerrit Code Review

View File

@@ -337,6 +337,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