devstack: Fix missing cleanup support

Change-Id: I5843f0f5f4b8d75f8602fd1c49e273b2dab1275c
This commit is contained in:
Takashi Kajinami 2024-11-26 01:21:12 +09:00
parent 59ec329624
commit cf56c88d55

View File

@ -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