Fix bug with murano-dashboard cleanup in devstack

Change-Id: Id95915c6d639f76029a89ba2f043fe2cf6c9ed78
Closes-Bug: #1447136
This commit is contained in:
Alexey Deryugin
2015-04-22 21:26:48 +03:00
parent 57130861e5
commit 17121784e3

View File

@@ -39,5 +39,8 @@ if is_service_enabled murano; then
if [[ "$1" == "unstack" ]]; then
stop_murano
cleanup_murano
if is_service_enabled horizon; then
cleanup_murano_dashboard
fi
fi
fi