Fix bug with murano-dashboard cleanup in devstack

Change-Id: Ia0c18149e22f4e8fba88eb846321bcf7f4d40a90
Closes-Bug: #1447136
This commit is contained in:
Alexey Deryugin 2015-04-22 21:31:16 +03:00
parent 850b06a500
commit b7ef4537c9
1 changed files with 3 additions and 0 deletions

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