devstack: Fix missing cleanup support
Change-Id: I5843f0f5f4b8d75f8602fd1c49e273b2dab1275c
This commit is contained in:
parent
59ec329624
commit
cf56c88d55
@ -338,6 +338,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
|
||||||
|
Loading…
Reference in New Issue
Block a user