Merge "devstack: Fix missing cleanup support"
This commit is contained in:
commit
42d92508eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user