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
commit 42d92508eb

View File

@ -337,6 +337,10 @@ if is_service_enabled zaqar-websocket || is_service_enabled zaqar-wsgi; then
if [[ "$1" == "unstack" ]]; then if [[ "$1" == "unstack" ]]; then
stop_zaqar stop_zaqar
fi fi
if [[ "$1" == "clean" ]]; then
cleanup_zaqar
fi
fi fi
# Restore xtrace # Restore xtrace